Getting zoom info for Plotly plot

Hi everyone,

I have a plotly graph and one another non-plotly component. I wanted to change the data in non-plotly component whenever the user zooms in/out on the plotly graph. Any idea how to go ahead with this? Not able to find anything on that.

Thanks.

Hello, it is now possible to listen to Plotly zooming events using Streamlit components V2.
You can see an example here: https://medium.com/@rasmus-haapaniemi/plotting-millions-of-time-series-rows-in-streamlit-without-killing-plotly-39c23fbefe8a