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
In plotly 4.10.4 a bar plot with only one date observation shows actually multiple ticks when the ticks' format is converted. Here a minimal reproducible example:
I am not aware of this being a duplicate. As a workaround, you can switch the X axis type from date to just text and it will work, but it is definitely not ideal. I think this is a strange corner case that needs to be fixed either in the plotly.js or plotly.R, not sure which one just yet.
In
plotly 4.10.4
a bar plot with only one date observation shows actually multiple ticks when the ticks' format is converted. Here a minimal reproducible example:This is not the case though for a stacked bar plot:
When looking at the dates without formatting one can see a few minimal shifts around the actual date:
Is this already somewhere addressed?
The text was updated successfully, but these errors were encountered: