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
Dear Plotly.js,
The performance of "scattergl" is really impressive, so I'd like to replace "scatter" with it. However I found if the axis consists of long strings, the tick texts are not as properly located as "scatter". E.g., in the following example, compare "scattergl" and "scatter": https://codepen.io/anon/pen/dRwQGK?editors=1010