UNPKG

react-native-charts-wrapper

Version:
22 lines (20 loc) 580 B
import BarChart from './lib/BarChart'; import HorizontalBarChart from './lib/HorizontalBarChart'; import BubbleChart from './lib/BubbleChart'; import CandleStickChart from './lib/CandleStickChart'; import LineChart from './lib/LineChart'; import PieChart from './lib/PieChart'; import RadarChart from './lib/RadarChart'; import ScatterChart from './lib/ScatterChart'; import CombinedChart from './lib/CombinedChart'; module.exports = { BarChart, HorizontalBarChart, BubbleChart, CandleStickChart, LineChart, PieChart, RadarChart, ScatterChart, CombinedChart };