Show Site Count on Geomap Markers

Hi everyone,

I’m using a Grafana Geomap panel with customer sites plotted using latitude and longitude, color-coded per customer.

What I’m trying to achieve is:
Display the number of sites per customer directly next to the markers.

Right now:
I can plot individual site points correctly.
I can separate them by customer (color-coded).
But I’m not able to show aggregated counts on the map markers.

What I want to know:
Is it possible in Grafana Geomap to show aggregated counts per customer?
If yes, what’s the recommended approach? (Queries? Overrides? Transformations?)
If not directly supported, what’s the closest workaround people have used?

Any guidance or examples would help.

Don’t think that’s possible, even if using Orchestra Cities Map - unless you modify the source code of course.

Just use a separate stat panel

Modify your query and enable display tooltip , your information show in table view show when you hover the points. also use grafana transformation if required.
thanks

you could use business text with leaflet