-
-
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
disable polar rotation drag when dragmode = false #6147
Conversation
Thanks very much for the PR. Plotly.relayout(gd, 'dragmode', false); in the console, it disables the interaction. |
Co-authored-by: Mojtaba Samimi <33888540+archmoj@users.noreply.github.com>
Sorry for the delay. I started investigating this, and the only relayout flag that was being set in response to |
It is getting close; but still I can rotate Plotly.relayout(gd, 'dragmode', false); |
Thanks for the followup.
|
This reverts commit ea411d2.
Thanks very much for the PR and follow ups. |
Fixes #5219