-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Inconsistency when setting tickvals
and omitting ticktext
in date axes
#738
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
Comments
That's probably because your How did you get those values? |
In real use case, I used programmaticaly-generated date timestamps. |
Looks like those weird tick labels are caused by you not providing a But, those weird labels do showcase an inconsistency between Maybe a better question to ask ourselves: should we allow |
tickvals
has display bug on date axistickvals
and omitting ticktext
in date axes
Thank you for your consideration. |
You mean it only shows the hour? Interesting. Thanks for pointing this out. This is probably related to the inconsistency mentioned in #738 (comment) |
Without tickvals date axis shows date and time apparently. |
Yeah I noticed that too. This should be resolved in the same patch as for #738 (comment) Thanks. |
Please see https://jsfiddle.net/0cjprqgy/10/
All ticks of date axis display as "hh:mm:ss aN".
The text was updated successfully, but these errors were encountered: