-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Allow replot during drag interactions #3305
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Comments
Examples from previous issues:
|
I'll add that if you click to edit an annotation, then click the annotation again while the text field is showing, Plotly throws "Uncaught (in promise): [object Undefined]" during the relayout. I assume it's related to this issue. |
This deserves a separate issue. Would you mind opening one and/or sharing a reproducible codepen? Thank you! |
Closing (but might re-open later) as #3716 is now merged. Starting in 1.47.0, all the bug reports listed in this ticket should be fixed. |
Uh oh!
There was an error while loading. Please reload this page.
Combining issues #2438, #2687, #2644 and #2643 into a single ticket - as all these issues are likely to be fixed once we implement @alexcjohnson 's #2644 (comment) :
N.B. the promise rejections comes from:
plotly.js/src/plot_api/plot_api.js
Lines 139 to 149 in 7bb5daa
Note that this same problem affect panning on graphs with
axis.automargin: true
: https://codepen.io/etpinard/pen/BGEjwY?editors=0010The text was updated successfully, but these errors were encountered: