Hello, i am currently tring to display data on a map.
Grafana is on Version 7.3.6, the World Map Panel Plugin on 0.3.2
The Data i want to display is stored in InfluxDB and the Location for the Datapoints is in a separate JSON file (this: https://t-löffel.de/static/nodes.json).
The Data from InfluxDB looks like this (i used a Transform to remove the timestamp collumn)
But as soon as i enable the query, the map can’t be displayed anymore and i get a “TypeError: this.datapoints is undefined”
Does anyone know what i did wrong?
Thanks in Advance!