Mapbox Hexbin Select Points

Hi,

I’m working with the new mapbox hexbin feature set and I have a quick question. Is it at all possible to change the color of the tiles/hexagons that are selected? I am having difficulty determining which points are currently selected without this ability.

Thanks

Are you maybe looking for the clickmode setting?

fig.update_layout(clickmode='event+select')

2 Likes