-
-
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
ScatterPlot: minX, maxX, minY, maxY #241
Comments
Figured out I can use the
|
Yep, sorry for the lack of reply, it's not well documented unfortunately :/ is it ok then, can I close this issue? |
Sure — though I suggest it might be worth accepting minX, maxX etc. in line with the other chart types? |
|
I think the behavior can become very unpredictable with overlapping properties. |
OK, thanks — I'm sure you've thought more about this! I think partly I got confused by the existence of those properties near the top of the ScatterPlotDefaultProps object (lines 69 – 72), which it appears are never used? |
You're right, it should be removed then :/ I've created a new issue for this #243, thank you. |
I'm using nivo in a dashboard I'm putting together, which is going well so far. Thanks!
Using ResponsiveScatterPlot — I find I can set minX, maxX, etc, but these props don't seem to be respected, and still appear to be set to 0 (min) and auto (max).
Am I doing something wrong here, or is this a problem that could this be fixed in the library?
The text was updated successfully, but these errors were encountered: