react-native-ios-charts
Version:
[](https://www.npmjs.com/package/react-native-ios-charts) [](https://www
22 lines (20 loc) • 643 B
JavaScript
import BarChart from './components/BarChart';
import LineChart from './components/LineChart';
import HorizontalBarChart from './components/HorizontalBarChart';
import PieChart from './components/PieChart';
import CandleStickChart from './components/CandleStickChart';
import BubbleChart from './components/BubbleChart';
import ScatterChart from './components/ScatterChart';
import RadarChart from './components/RadarChart';
import CombinedChart from './components/CombinedChart';
module.exports = {
BarChart,
LineChart,
HorizontalBarChart,
PieChart,
CandleStickChart,
BubbleChart,
ScatterChart,
RadarChart,
CombinedChart
};