I have a dash and plotly application, with a figure like the following (adapting the examples in this tutorial:
I would like, when I put my mouse over a county, to see a plot on top of the US plot with some information of the county. For instance, if I have the historic values of the unemployment rate I would like to see the time series plotted on top of the map, in a little figure that allows me to still see the map.
Is there an easy way of doing this using dash and plotly? Thanks!
