grafana / worldmap-panel

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

Absolute mode for circle size #152

Open jifwin opened 6 years ago

jifwin commented 6 years ago

Let's say I have two data points for worldmap panel:

target: A, value: 10000 target: B, value: 10001

These values are almost identical, however the circles of them look very different, because of min/max circle size options. How about adding an absolute/percent mode for circle size? In absolute mode circle size could be value/factor and in percent mode circle size would be multiplied by value/sum(values).