Textinpy Event to focus on chart

Hello all!

I have a page with many different charts that are connected to an api. All the data is great and all the charts have their own names but I wanted to give users the ability to search across the charts in the page to potentially go wherever the chart may exist.

My idea was to have a text input search field that would let them type lets say 'age' and it would go to the chart in the page that was labelled 'age'

Not sure its possible but let me know what you think.

Hey @Maxthemillion :wave:

At the moment the chart component does not have access to the scrollIntoView method, but containers do! Would putting the chart components inside of containers and using this method be a viable workaround?