-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Explicitly setting tickmode to array disables tickvals in date axis #4848
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
Not sure if this should be labeled as a bug; whereas we have this logic: plotly.js/src/plots/cartesian/tick_value_defaults.js Lines 27 to 29 in 0b54b3f
|
And yet we say: So what is the actual value of |
|
Weird! So if I don't set it, it gets set to array but it skips this check? |
Positive. I think we could/shoud fix this for |
Initially reported in plotly/plotly.py#2478
This codepen is a bit puzzling: https://codepen.io/nicolaskruchten/pen/MWaZBwa ... I'm explicitly setting
tickmode
toarray
and seeing the default tick labels. But if I comment out thattickmode
line it does the right thing, even though the schema docs say that this configuration should implytickmode=array
!The text was updated successfully, but these errors were encountered: