-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Rangeslider strange behaviour and legend still working while staticPlot is true #5177
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 @COLLINETTEBastien - this is definitely a bug, |
@archmoj @COLLINETTEBastien How did you solve the issue? It seems it is not solved as of december 2022: In this example (live demo here), the plot is static but the slider is still active:
|
Can we reopen this @alexcjohnson? |
@josephernest Please note |
Thanks @archmoj but the problem is still there with 2.16.4: https://jsfiddle.net/2mgzy38j/ The plot is static, but the slider is still active (it should not). |
Thanks for the demo. |
@josephernest I close this issue which was related to |
Hello,
I am using Plotly at work and I noticed that when the parameter 'staticPlot' is true, the plot events are disabled but the legend and the range slider are still usable.
Moreover, the range slider has a strange behavior when 'staticPlot' is enabled: each click on the slider reset the selected range so we can't move it as expected.
Here's a working example to illustrate what I'm saying:
https://codepen.io/collinettebastien/pen/bGpyvgw
So is it possible to disable the events that concern the legend and the range slider without removing them or, at least, keep the range slider working the same as when the plot isn't static?
Thank you very much !
The text was updated successfully, but these errors were encountered: