UNPKG

react-native-gifted-charts

Version:

The most complete library for Bar, Line, Area, Pie, Donut, Stacked Bar, Population Pyramid and Radar charts in React Native. Allows 2D, 3D, gradient, animations and live data updates.

9 lines (8 loc) 438 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 { chartTypes, ruleTypes, CurveType, yAxisSides, EdgePosition, Framework, } from 'gifted-charts-core';