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

PropType warning of data format supplied to LineSeries #724

Closed
Pessimistress opened this issue Feb 14, 2018 · 0 comments
Closed

PropType warning of data format supplied to LineSeries #724

Pessimistress opened this issue Feb 14, 2018 · 0 comments
Assignees
Labels

Comments

@Pessimistress
Copy link
Contributor

Pessimistress commented Feb 14, 2018

I am able to supply a 2d array as data to LineSeries and render it with accessors getX: d => d[0] and getY: d => d[1]. However I still get an error in the console: Failed prop type: Invalid prop data[0] of type array supplied to LineSeries, expected object.

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

No branches or pull requests

3 participants