3

I am using grafana-worldmap-panel to display information store in influxdb. I've store geohash, and val(0-10) as field in influxdb. Data points is being display properly.

enter image description here

I also have specified thresholds which is not working.

enter image description here

Though val has 0-10 values, all data-points are appearing green. If I checked "With only nulls" under Hide Series all data points disappears.

I'm I doing something wrong ?

Mahendra
  • 908
  • 1
  • 18
  • 38

1 Answers1

2

Setting an alias to the field worked for me

enter image description here

Mahendra
  • 908
  • 1
  • 18
  • 38