Hi @boz, did you consider using a plotly range slider https://plot.ly/python/range-slider/ ? You could have several vertically stacked subplots sharing an Xaxis, and a range slider for the time window. If this is not possible for you, for example if you want a finer control of the layout, you can write a clientside callback which should execute faster, for example if you just need to modify the range of your axis in the figures. See for example https://dash.plot.ly/performance or 📣 Dash v1.7.0 released for client-side callbacks.
Related topics
| Topic | Replies | Views | Activity | |
|---|---|---|---|---|
| Crossfiltering on timeseries plots | 14 | 7978 | October 27, 2018 | |
| Is it possible to get a Date Range Slider (not a dcc.RangeSlider!) like in a plotly Time Series Plot? | 3 | 4795 | March 9, 2020 | |
| Dash : update only graph when using Range Selector | 5 | 2528 | August 23, 2019 | |
| Plotly/Dash — range filter resets on hoverData | 2 | 1098 | November 18, 2019 | |
| Customization of x-axis range in Live Updating Components | 0 | 767 | September 14, 2020 |