ProgressBarChart
A chart to illustrate progress made.
You can set the title and color schemes for each progress bar. A progress bar on hover will show a tool-tip with the amount and percentage completed so far.
Props
Name
Type
Default Value
Required
Description
data
object
{series: {data: number; name: string; units: string}[], total: number}
no
Data source maps each series object to a progress bar, with each series object containing
units
string
""
no
Set the units that show up on the tooltip when hovering over the progress bar.
progressColor
string
'#59c5f0'
no
Progress color
progressBGColor
string
'#f5f5f5'
no
Progress color background
Usage Example
Data Structure
Data Structure Example
Last updated
Was this helpful?