Given a line graph with time series data in Dash (Plotly) dashboard, when I zoom in and the resolution of the x-axis (timestamp) change, how can I capture that as an input to another callback?
What I want to achieve, is plot-B displaying data based on the zoom in plot-A. When plot-A zooms in, plot-B automatically follows.
Note that plot-A and plot-B are using different dataset, with matching timestamps.