UNPKG
react-progressbar-chart
Version:
latest (1.1.2)
1.1.2
1.1.1
1.1.0
This is a progress bar chart to show last 24 hour data
react-progressbar-chart
/
src
/
index.js
4 lines
•
145 B
JavaScript
View Raw
1
2
3
4
import
'./style.css'
import
ProgressBarChart
from
'./MultibarChart'
export
{
Progress
,
Bar
}
from
'./Progress'
export
default
ProgressBarChart