grafana / worldmap-panel

Worldmap panel plugin for Grafana 3.0 that can be overlaid with circles for data points.
MIT License
305 stars 201 forks source link

Modify tooltip with custom labels #342

Open ianrussel opened 2 years ago

ianrussel commented 2 years ago

Hi I am new in grafana, and spent several hours on how to achieve a tooltip like below

tooltipgrfana

Basically my query type is json and maps data options as follows

See screenshot below for details

tooltip2

How to modify the tooltip so I can add something like "status": "down"

The status field comes from json data.

Thanks for any help,

Regards