I am using a Plotly JSON chart component that has the uirevision tag on it. I can control this to either use limits I create or keep a zoom state the user creates. This works great within the container it’s in. However, my goal is to be able to switch the tab view of my tabbed container component and then come back and the zoom state remains.
I am assuming based on my testing, the tabbed container causes the chart to unmount and when it remounts, it just defaults back to the original layout that it had.
I noticed in the Plotly chart state, when I zoomed in, none of the ranges changed. Maybe this is why the remount happens and the chart defaults back to that view?
Maybe there is a part of this I am missing or not understanding correctly so I’d love to hear any input from others! Thanks again.