A charting library for react. Bagan aimed to be a minimal dependency library. It only depends on react-native-svg
.
I started this library during my internship at PT. Teknologi Komersial Asia because there are no premade library that match our needs.
Install react-bagan
yarn add react-bagan
# or
npm install react-bagan
Install peer dependency
yarn add react-native-svg
# or
npm install react-native-svg
- [x] Vertical Bar Chart
- [x] Spike Pie Chart
- [x] Date Line Chart
- [ ] ???
Expect a lot of breaking changes
Licensed under MIT License