Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chart not showing with the example code provided #157

Open
raviteja83 opened this issue Dec 8, 2016 · 2 comments
Open

chart not showing with the example code provided #157

raviteja83 opened this issue Dec 8, 2016 · 2 comments

Comments

@raviteja83
Copy link

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

@thynan
Copy link

thynan commented Dec 16, 2016

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
@tomauty
Copy link
Owner

tomauty commented Jul 7, 2017

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants