-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
scattergl markers rendering incorrectly with time series data #5970
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
We have started to see this same behaviour on all browsers for certain MacBooks using the M1 chip. The scatter plots render fine, but the markers in scattergl plots render vertically. This appears to be the same issue reported in the community forums:
The issue presents itself for scattergl plots with x-axis values greater than 2^24 (e.g. date values) (Edit: I noticed that https://cdn.plot.ly/plotly-latest.js currently points to "plotly.js v1.58.5" so I have updated the codepen to use https://cdn.plot.ly/plotly-2.12.1.js instead - issue is still seen). |
Has this been resolved? Is there any plan to address it? |
For me this is also a quite big problem. Is there any idea how to fix this or maybe a workaround ? |
has anybody got a workaround for this? seems like plotly doesn't plan to fix this.. do I need to refactor with a different library to handle users on newer macs? |
I can confirm this issue appears to be fixed with the latest plotly.js 2.28.0 release!
Details of the problem + fix can be found in the similar reported issue: #6820 |
Noticing some unexpected behavior with time series data using scattergl. The markers are rendering off the lines at seemingly regular intervals: (this example has ~800k points)

Reproducible example

shows scatter and scattergl side-by-side with the same date values: https://codepen.io/nickmzero/pen/KKqLOGv
After briefly playing around with the dates in the codepen, it seems like the markers fail to correctly render on the line unless there's a day between points.
The text was updated successfully, but these errors were encountered: