-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Error when data is updated during selection #2382
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
Thanks for the report. Would it possible to make a pure plotly.js reproducible example to help us debug? |
A CodePen example using Plotly.react that exhibits similar behaviour when box selecting. |
Looks like the behavior for this has changed for the better in the 1.37.0 release |
Now only the drag box disappears. |
Hello, Same error with extendsTrace CodePen |
This issue is still relevant screencast |
Merged into #3305 |
When trace data is updated while dragging selection box, the plot temporarily becomes empty and console logs the following error:
Error while plotting: undefined
See CodePen example (Click Add data, then use box select, drag and hold while a new data point is added)
Since I am using plotly-react.js, I guess this might be related to the new Plotly.react method (and it not taking into account
graphDiv._dragging
perhaps?).The text was updated successfully, but these errors were encountered: