-
Notifications
You must be signed in to change notification settings - Fork 11.9k
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
Time scales not working #3892
Comments
Seems to work ok when the position of the axis is explicitly set http://jsfiddle.net/py1bpf02/ |
Weird, it's not working now but I definitely got it working on my phone. I'll take a look when I'm at a computer |
My fiddle had an error with the position set to ' bottom' instead of 'bottom'. Not sure what the issue is. |
Hello, Indeed I think the problem was the white space in the bottom declaration. Change position:' bottom', for position:'bottom', and It should work. Thank you very much for the quick answer. |
👍 I've opened a PR to automatically correct the position for axes if it's wrong. For example, if an x axis has position 'left' that will be updated to 'bottom' to avoid these kinds of problems |
PR in #3893 was merged to automatically correct axis positions that are knowingly wrong |
I've recently come across this bug and it appears to still be an issue in IE 11 with version 2.6.0. |
Hello,
The bug is simple, the time scale is not working in the new releases (tested with 2.4.0 and latest 2.5.0), while it works with oldest versions like 2.0.2.
You can see the working example here: http://jsfiddle.net/prfd1m8q/
If you use the new verions with the exact same code it doesn't work.
The text was updated successfully, but these errors were encountered: