Is it possible to get the same range slider functionality found in plotly in Dash?
Here’s what I’m talking about:
In the plotly version of a range slider, you essentially get a small zoomed out version of your plot that you can manipulate the plot range with that you can drag and move along the x axis. I would call this a zoom slider.
Hi, can the range slider that is attached to the graph object be used as an input for a callback?
I’m interested in making the range selection not refresh to the default range whenever the graph gets refreshed
Hi, I ran into the issue of creating a callback for a rangeslider attached to the axes of a graph too.
To do so, use the relayoutData property of a graph in a callback. When a user uses the rangeslider to change the range of an axes, the values within dictionary relayoutData will be changed.