grafana / worldmap-panel

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

Problem with multiple query visualization in mixed query mode #279

Open falconhome opened 4 years ago

falconhome commented 4 years ago

Hi Guys!

First of all thanks for this great plugin, wery helpful.

I run grafana V6.7.3 with Worldmap Panel latest(v0.3.2).

I need to visualize two different datasource query in one map.

The first one is come from MySQL source ( lat,lon,name,metric - static master datas )

The second measurement from influxdb ( with same lat,lon,name, metric our nodes datas).

Both query proper, because if i runing them separatelly on the map, both looks like great.

But, if i put them together into one query - in the editor - with A and B - always only the first query result shown. If i change the query order, the vizualization change to the other one, but the second position query results are disapper.

I think i went trought all the related issue lists and forum comments, but i did not find any solutions for this. (the two different maps, or var selector is no option for me.)

Both query format is "Format as:" Table, and if change the visualization into a simple table format i see the perfect results within one table. (name, lat,lon,metric)

So, i think something going wrong when the "mixed" datasource mode runing to mysql+influx combo.

Thank you, T