How to display Data on the World Map Plugin

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”

grafik

Does anyone know what i did wrong?

Thanks in Advance!

And i figured it out.

Basically, table only works when you have the location data in it. So with the extra json you have to use the timeseries data.