tomauty / react-native-chart

[NOT MAINTAINED] :bar_chart: Add line, area, pie, and bar charts to your React Native app
http://tomauty.github.io/react-native-chart
MIT License
1.57k stars 238 forks source link

Bar chart example #171

Open ninamanalo19 opened 7 years ago

ninamanalo19 commented 7 years ago

I don't think the example from here works for bar chart with the data given. Can someone post a simple example? Thanks in advance.

vccabral commented 7 years ago

I got the same result. Kind of an empty bar chart.

aurelienroux commented 7 years ago

same here. I have a Y axis with a NaN label and X axis with 01, but no data displayed

Edit: seems you just have to remove a pair of [] in the data const, as explained in #147

tomauty commented 7 years ago

As a generic FYI — I am no longer able to maintain this library. I recommend checking out victory-native as it's much more maintained.