I am trying to use the worldmap plugin of grafana with table data as datasource (in my case influxdb) which got supported with the newest version. link
But sadly I a
Here is how I was able to use the worldmap panel with a table datasource from influxdb:
The table data:
{ "measurement": "ghash", "tags": { "host": host, "geohash": geohash }, "fields": { "value": 1 } }
The query inside Grafana:
Worldmap tab: