Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Data error TypeError: Cannot read property 'x' of undefined #285

Closed
KejaPower opened this issue Nov 11, 2020 · 2 comments
Closed

Data error TypeError: Cannot read property 'x' of undefined #285

KejaPower opened this issue Nov 11, 2020 · 2 comments

Comments

@KejaPower
Copy link

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

@amotl
Copy link

amotl commented Nov 11, 2020

Dear @KejaPower,

our fork grafana-map-panel includes some improvements in this regard, see grafana-toolbox#47. You are welcome to test this and report back.

However, the issue popped up again and we are currently trying to get hold of it together with @DmitrySidorow, see #283 and grafana-toolbox#80.

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).

With kind regards,
Andreas.

@KejaPower
Copy link
Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants