-
Notifications
You must be signed in to change notification settings - Fork 117
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
xScale throwing error while passing ordinal #38
Comments
Met this issue with react-d3-core 1.3.9 |
What's the deal with this: https://github.com/react-d3/react-d3-shape/blob/master/src/chart.jsx#L71 . Trying to run the BarChart example and im getting this:
Pretty sure that the line I selected says why the prop type is invalid.
|
I'm still experiencing this issue - any help or direction on this? |
If xScale="ordinal" is throwing error
Failed prop type: Invalid prop
xScale
of valueband
supplied toGrid
, expected one of ["linear","identity","sqrt","pow","log","quantize","quantile","ordinal","time"].This is due to bug in react core
react-d3/react-d3-core#36
which is fixed in version 1.3.1
The text was updated successfully, but these errors were encountered: