You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,
I'm trying to use the worldmap panel plugin and get the following error : "Data error TypeError: Cannot read property 'x' of undefined"
Im using InfluxDB as datasource.
My query :
SELECT temperature FROM "Sense" GROUP BY "CC"
Format as Time Series.
Alias by $tag_CC
Location data : Countries
In my query CC points to "FR"
Plugin V0.3.2
Grafana 7.3.1
I have also tried the json endpoint with the same result.
Thanks for your support
Nicolas
The text was updated successfully, but these errors were encountered:
Also, we already crated an issue on the upstream Leaflet issue tracker, see Leaflet/Leaflet#7334.
After checking with our grafana-map-panel fork, feel free to open another issue there to enable us investigating more details together. In particular, I would be interested whether you also use multiple instances of the map component on the same dashboard. If you will followup on that, it would be nice if you could also share the output of the developer tools like @DmitrySidorow did at grafana-toolbox#80 (comment).
Dear Andrea, thanks for your feedback. It seems I had some issue with the panel as we were multiple person updating it with the same user.
Deleting it and re creating it basically solved the issue.
Thanks for your support
Kind regards
Nicolas
Hello,
I'm trying to use the worldmap panel plugin and get the following error : "Data error TypeError: Cannot read property 'x' of undefined"
Im using InfluxDB as datasource.
My query :
SELECT temperature FROM "Sense" GROUP BY "CC"
Format as Time Series.
Alias by $tag_CC
Location data : Countries
In my query CC points to "FR"
Plugin V0.3.2
Grafana 7.3.1
I have also tried the json endpoint with the same result.
Thanks for your support
Nicolas
The text was updated successfully, but these errors were encountered: