hongyin163 / react-native-chart-android

react native chart modules come from mpandroidchart.
206 stars 81 forks source link

Small Mistake in the RadarChart example #69

Open IPrototypeI opened 7 years ago

IPrototypeI commented 7 years ago

Hello hongyin163,

I found a small mistake in the RadarChart example you forget to import RadarChart.

var { BarChart, CombinedChart }=require('../index.android');

to

var { RadarChart }=require('../index.android');

additional could you add an example of the pie chart and rewrite your setup that the code match to the newer react native version :) ?

Best greeting Jeremy Teichmann.

hongyin163 commented 7 years ago

@IPrototypeI ok,I will update it ,thanks!