-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Problems with addTraces and scattergl #1083
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
another potential issue for @dfcreative |
Ok |
Hm. let data = [{x:[...], y:[...]}];
Plotly.plot(container, data);
Plotly.addTraces(container, data); //← we pass already existing data What is expected behaviour when we try to add existing data? Should we ignore it or copy it to new trace @etpinard? I guess cloning is reasonable if user can update data later. |
#1136 should help with that. |
Oh. Actually, this has nothing to do with the gl2d code - as @dfcreative points out in #1136. More generally, @cpsievert, what do you expect to happen here? In your codepen, you're calling |
yea, that's what I would want/expect |
thanks @cpsievert 🍻 |
http://codepen.io/cpsievert/pen/LRamoV/
This pen actually crashed my browser, but I've also seen this error trying to do a similar thing with version 1.18.1
The text was updated successfully, but these errors were encountered: