-
-
Notifications
You must be signed in to change notification settings - Fork 1k
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
@nivo/line warnings when using Nivo >= 0.87.0 line chart #2612
Comments
I'm running into the same issue. Any updates on this? I'm using the with just the required props according to the docs: https://nivo.rocks/line/
I'm using |
i'm running into this issue as well for these three props specifically on a scatterplot on v0.87.0 |
Same problem here, v0.87.0
|
Any updates on this? It's still throwing the error in v0.87.0 |
Hi! Any update on this one? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe/explain the bug
Hello everyone, I am trying to update the library and getting the following warnings in the console.
To Reproduce
Open the console in the codesandbox to see the warnings.
Expected behavior
No warnings, since the props are not actually required.
Screenshots
Additional context
This theoretically was fixed in the version 0.87.0 - a lot of them were removed from the required props. But it seems that some of them are still required, like legendOffsetX, legendOffsetY, and legendOrientation.
The text was updated successfully, but these errors were encountered: