You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The opposite of this is true, if the X axis is datetime type (or detected to be such). In this case, by adding tickmode: "array" to the xaxis options, the ticktext and tickmode values are totally ignored. Removing the tickmode setting produces the desired behaviour but is completely counter to what the documentation says.
Here is an example withouttickmode being set, and the X axis tick labels are as wanted, adding in tickmode: "array" to the xaxis options will cause it to revert to automatic date labels: https://codepen.io/etpinard/pen/YWEdJX
Fixing the code would be best (although will create breaking changes for users of this quirk) but fixing the documentation would be a good start...