hongyin163 / react-native-chart-android

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

No chart data available #5

Closed Mokto closed 8 years ago

Mokto commented 8 years ago

Hi,

Using you exemple provide in BarChart.js, I got two times "No chart data available".

Any idea ?

I'm using React Native 0.19.0.

Thanks !

hongyin163 commented 8 years ago

I will upgrade to 0.19 and test it

Thanks!

WangMingJue commented 8 years ago

If you use android native view, and annotations ReactProp. Please import the right ReactProp class, import com.facebook.react.uimanager.annotations.ReactProp, rather than import com.facebook.react.uimanager.ReactProp.

com.facebook.react.uimanager.ReactProp is not work on 0.19.0.

gtjll commented 8 years ago

I meet the same problem,Would you please update to 0.19?Thank you so much!

hongyin163 commented 8 years ago

@WangMingJue Thanks! i will replace it

hongyin163 commented 8 years ago

This problem is solved,thank you all!