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

Display 2 data series #230

Open polaton opened 4 years ago

polaton commented 4 years ago

Hi,

I'd like to display 2 different data series with this plugin, and I can't seem to find a way to do it.

Imagine I've lines of data reading like this: data{ geohash1: "s00", geohash2: "u09" }

Is it possible to draw points based on Geohash1 in a set colour (i.e. Blue), and other points based on Geohash2 in another colour (i.e. Red)?

Thanks.

neilstuartcraig commented 4 years ago

+1 for this. I'd like to be able to display N data series if possible