You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I had to remove one pair of brackets from the provided data-array to make it work. from
const data = [[ [0, 1], [1, 3] ]]; to const data = [ [0, 1], [1, 3] ];
uriklar
added a commit
to uriklar/react-native-chart
that referenced
this issue
Dec 20, 2016
Chart not rendered no error nothing with the example in the docs on Android Platform.
react-native : 0.39.0
react-native-chart : 1.0.8-beta
The text was updated successfully, but these errors were encountered: