-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
X axis in a scatterplot ignores range minimum of zero #457
Comments
Hi, sorry for late response. I think it's a bug and I fixed by the commit above. Could you try the latest code on the repository? |
Sorry, the fix was not enough, then I pushed again. |
Hmm. I tried updating the fiddle to the lastest code and still see no changes. |
Sorry, it was not enough.. I fixed x padding, so now there will be a padding for x axis. Is this what you meant, right? Could you try it again? Thanks. |
In my fiddle, there is something strange with X axis range:
min: 0
doesn't work at all (the bubble is missing completely) and withmin: -1
it works mostly as expected, but is missing padding. Y axis seems to be padding correctly, but fails to pad properly with a value of0
andmin:0
.Is there any workaround for this?
The text was updated successfully, but these errors were encountered: