-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
bug when animating Scattergl #6251
Comments
Yes perhaps, thanks for the report! Can you give us a reproduction case for the issue you see, so we can use it to write a test ensuring the bug doesn't recur? |
Sure, here's an example:
|
@alexcjohnson were you able to reproduce the issue? |
I tried your example in this codepen. |
Let's say this: https://codepen.io/alexturcea/pen/vYabKmy?editors=0010 Basically the scatterplot is only visible on the first frame (displayed by default). Replace scattergl by scatter and you'll see the difference. |
plotly.js/src/traces/scattergl/plot.js
Line 258 in bc95e66
Shouldn't this line be
for(i = 0; i < cdata.length; i++) {
? It fixes the issue on my side.
The text was updated successfully, but these errors were encountered: