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 problem seems to surface when the tick text is long enough and when zooming will cause the tick text to end up at a particular distance from the edge of the line graph. I notice it happens more often when the tick text overflows following a zoom and will be subsequently hidden.
thanks for the bug report and the follow-up - I'm marking this as P2 because I suspect the fix will have to be made in the plotly.js issue. Thanks - @gvwilson
I am experiencing the same problem described in this issue for Plotly.js.
In my python implementation, the line graph is so configured:
The problem seems to surface when the tick text is long enough and when zooming will cause the tick text to end up at a particular distance from the edge of the line graph. I notice it happens more often when the tick text overflows following a zoom and will be subsequently hidden.
The issue won't occur if I do:
Because the resulting tick text won't be long enough.
The text was updated successfully, but these errors were encountered: