I am working on a single value dashboard panel where I am showing results in percentage. I am want show different range in different colors. So, I have defined the below range:
min to 30.99 -> green
30.99 to 60.99 -> yellow
60.99 to 89.99 -> amber
89.99 to max -> red
in the XML form, there are 4 values inside rangeColors (green, yellow, amber, red) and 3 values (30.99, 60.99, 89.99) inside rangeValues.
The above definition is showing 0.00 in red (!), when it should be shown in green. Could you advise me on this please?
↧