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
Adjustment of rendered precision on date axis does not work when applying custom axis.tickformat if dates need to be rendered differently because of locale. If you want to keep that feature you have to patch hardcoded format strings:
Currently Plotly has poor i18n support.
axis.tickformatif dates need to be rendered differently because of locale. If you want to keep that feature you have to patch hardcoded format strings:plotly.js/src/plots/cartesian/axes.js
Line 879 in ad88139
Currently I have to manually patch plotly for each release, which is pretty annoying.