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

Threshold values #299

Open flopp999 opened 3 years ago

flopp999 commented 3 years ago

if I type 50,100,200 if will show:

50 50-100 100-200

which is not correct. 50-100 mean 50.0000 up to and include 100.999999. So I want it to be:

50 50-100 101-200

flopp999 commented 3 years ago

this row is where the magic happens

https://github.com/grafana/worldmap-panel/blob/45ec6c3a65e23d8bb18ac4f605e85d05cf304d39/src/worldmap.ts#L67