UNPKG

react-gifted-charts

Version:

ReactJS counterpart of react-native-gifted-charts. An intuitive charting library for Bar, Line, Area, Pie, Donut, Stacked Bar, Population Pyramid and Radar charts in React

9 lines 443 B
export { BarChart } from './BarChart'; export { PieChart } from './PieChart'; export { PieChartPro } from './PieChartPro'; export { LineChart } from './LineChart'; export { LineChartBicolor } from './LineChart/LineChartBicolor'; export { PopulationPyramid } from './PopulationPyramid'; export { RadarChart } from './RadarChart'; export { ruleTypes, CurveType, yAxisSides, Framework } from 'gifted-charts-core'; //# sourceMappingURL=main.js.map