An open API service indexing awesome lists of open source software.

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).

Awesome Lists containing this project

README

        

# react-native-charts
Configurable, animated react-native charting library– (right now just bar charts).

![screen shot 2015-09-02 at 7 23 31 pm](https://cloud.githubusercontent.com/assets/1638987/9647197/8ec828e0-51a8-11e5-8257-35986fa76bf5.png)

### 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!