While attempting to add multiple traces, including go.Scattermapbox and go.Choroplethmapbox, I encountered an issue. I wanted to make sure that the scatter points with go.Scattermapbox could be selected using lasso and box select tools, while the polygon features in the go.Choroplethmapbox component remained un-selectable. Is there a way to limit the select and box select tools to only apply to the go.Scattermapbox trace and exclude the go.Choroplethmapbox trace?
Hey @happybear,
You can make the traces not clickable by setting hoverinfo='skip'
but I did not find a way to make a trace not selectable.