I am looking to build a drill_down function for my plotly_chart that allows a user to get a deeper dive on the data through my streamlit app. I found a code example for what I am looking for using Dash but I have not found something comparable for streamlit. Anyone have any suggestions?
Have you seen this guide on building drill-down graphs with streamlit-plotly-events? Might be slightly less robust than what youβre looking for but could be a good starting point