Closed
Description
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 !