Hello!
I’d like to create a Dash application containing two plots, one of which is a Choropleth map of a country divided into regions, another one is a Scattermapbox with a set of points inside these regions.
My goal is to synchronize these two plots, namely there’s a need to highlight the points in the Scattermapbox located inside of the region, which user hovers on the Choropleth map.
I have the required tools to detect, whether the point is located inside of the region. The problem is that I lack the undetrstanding what Plotly tools I might use to implement this kind of on-hover synchronization.
I’d be very grateful for your advice, which direction I should move towards. Maybe there are some specific tools you could recommend.
Thanks in advance!