https://github.com/PrazAs/react-native-charts
Configurable react-native charting library– (right now just bar charts).
https://github.com/PrazAs/react-native-charts
Last synced: 4 months ago
JSON representation
Configurable react-native charting library– (right now just bar charts).
- Host: GitHub
- URL: https://github.com/PrazAs/react-native-charts
- Owner: PrazAs
- Created: 2015-09-02T23:08:12.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2018-03-14T20:15:09.000Z (about 7 years ago)
- Last Synced: 2024-11-09T08:43:07.255Z (5 months ago)
- Language: JavaScript
- Size: 24.4 KB
- Stars: 85
- Watchers: 13
- Forks: 18
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-react-native - react-native-charts ★76 - Delightfully-animated data visualization. (Components / UI)
- awesome-react-native - react-native-charts ★76 - Delightfully-animated data visualization. (Components / UI)
- awesome-react-native - react-native-charts ★76 - Delightfully-animated data visualization. (Components / UI)
- awesome-react-native - react-native-charts ★76 - Delightfully-animated data visualization. (Components / UI)
- awesome-react-native-ui - react-native-charts ★58 - Delightfully-animated data visualization. (Components / UI)
- awesome-reactnative-ui - react-native-charts - native charting library– (right now just bar charts).|<ul><li>Last updated : 1 month ago</li><li>Stars : 79</li><li>Open issues : 4</li></ul>|| (Others)
- awesome-reactnative-ui - react-native-charts - native charting library– (right now just bar charts).|<ul><li>Last updated : 1 month ago</li><li>Stars : 79</li><li>Open issues : 4</li></ul>|| (Others)
README
# react-native-charts
Configurable, animated react-native charting library– (right now just bar charts).
### Example
```javascript
import { BarChart } from 'react-native-charts'```
### TODO
- [ ] Render labels for BarChart data
- [ ] Other chart types including line graphs because they are awesome `¯\_(ツ)_/¯`Pull requests welcome!