Hey there,
Is it possible to provide a dropdown menu access to another dropdown menuโs current selection?
I am using plotly express offline to generate an html report with a few polar bar plots (generated from different data) that can be selected with the dropdown menu, which has turned out great.
I am hoping to add another dropdown that overlays different types of averages (the green line) on top of the polar plot specific to the selected Category. The problem is the second dropdown must know what Category plot is currently displaying in order ensure the correct averages are shown.
Iโve looked at on_click events and sliders with no luck โ if possible Iโd like to stay away from jupyter notebook (https://plotly.com/python/v3/selection-events/) & dash because I like the convenience of the html format.
Thanks!