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

x axis tickInterval problem #4424

Closed
imrefarkas opened this issue Jul 29, 2015 · 3 comments
Closed

x axis tickInterval problem #4424

imrefarkas opened this issue Jul 29, 2015 · 3 comments

Comments

@imrefarkas
Copy link

Hi,

Can you check this fiddle? Is it a bug?
http://jsfiddle.net/3bv4z45v/

if I comment out the tickInterval the x axis label is fine.

thx in advance
-imre farkas

@jon-a-nygaard
Copy link
Contributor

Thank you for reporting. This seems like a bug, a tickInterval of 0.025 should give the same result as the "auto" tickInterval, but it somehow breaks.
We will look into the issue, but due to vacations you might experience longer response than usual.

@TorsteinHonsi
Copy link
Collaborator

We need a fixed with in order to reproduce this reliably: http://jsfiddle.net/3bv4z45v/2/. It looks like JavaScript roundoff errors. A workaround would be to force two decimals: http://jsfiddle.net/3bv4z45v/3/.

@imrefarkas
Copy link
Author

thanks your response.

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

No branches or pull requests

3 participants