grafana / worldmap-panel

Worldmap panel plugin for Grafana 3.0 that can be overlaid with circles for data points.
MIT License
309 stars 199 forks source link

Doesn't work with Grafana 6.4.0 #223

Closed kshvakov closed 4 years ago

kshvakov commented 4 years ago

Plugin version is 0.2.1 I got an error

Data error
TypeError: Cannot read property 'forEach' of undefined
amotl commented 4 years ago

Dear Kirill,

thanks for letting us know. Grafana 6.4.0 brings the new DataFrame machinery for shuffling data around under the hood. While I'm not into the topic yet, it is likely our fork at [1] will get preliminary support for that either.

Ping @ryantxu?

With kind regards, Andreas.

[1] https://github.com/panodata/grafana-worldmap-panel

deploykzas commented 4 years ago

same problem here

FrancoLoyola commented 4 years ago

The map gets the table in my case, but it doesn't render any dots/circles. Grafana 6.4.1 Plugin 0.2.1

Mackan93 commented 4 years ago

Same problem here as for FrancoLoyola, no dots/circles rendered. Grafana 6.4.1 Plugin 0.2.1

oleksandrdmy commented 4 years ago

Same problem here as for FrancoLoyola and Mackan93, no dots/circles rendered. Grafana 6.4.1 Plugin 0.2.1

srggl commented 4 years ago

Same problem here as for the others, no location markers rendered. Grafana 6.4.1 Plugin 0.2.1

francisozic commented 4 years ago

Same issue, Grafana 6.4.1 on ubuntu Plugin 0.2.1 No dots/circles (just empty map)

JSylvia007 commented 4 years ago

I have the same issue.

Grafana 6.4.1 on ubuntu Plugin 0.2.1 ElasticSearch 7.4.0

Interesting note tables with ElasticSearch raw documents also appear to be broken.

Mackan93 commented 4 years ago

I upgraded to Grafana 6.4.2 today.

The plugin (version 0.2.1) can now render dots/circles.

kshvakov commented 4 years ago

@Mackan93 confirmed)