react-native-vs-charts icon indicating copy to clipboard operation
react-native-vs-charts copied to clipboard

A charting library built using only View and Style

Results 4 react-native-vs-charts issues
Sort by recently updated
recently updated
newest added

I noticed that all the elements of `` such as grids, ticks, labels, axis lines are always rendered even if the corresponding props were set to `false`. As I'm not...

As an examplle, Axes.js requires ReactPropTypes `var ReactPropTypes = require('ReactPropTypes');` ![image](https://cloud.githubusercontent.com/assets/446089/14636074/cde536a4-0629-11e6-94ac-fc380c3d6fe6.png)

Hi, I'm using RN 0.15 for developing an iOS and Android app. If I just require the module like: ``` var { Axes, BarChart, LineChart, makeRange, generateScale } = require('react-native-vs-charts');...