Single Value Viewer colors not working as expected
I have a Single Value Viewer panel showing a Service Level Objective to four decimal places, so 99.9999. The script is working correctly, but the color range I set doesn't match the values.
I edit the panel and I see the initial color choice, which is mandatory. I then add three range colors. But it looks like the range is being ignored and only the initial color is being used.
Can anyone see what I am doing wrong?
-
Hi Iain,
It looks like your getting the default color, possibly due to the value not meeting one of the thresholds. In the "To" value for the Green value can you try changing this to 100.0001 and see if the chart color changes for you? I believe the 'To" value matches up to, but does not include, the number provided. So your values may need to be something like the following.
R = 0 to 94.9000
Y = 94.9000 to 99.9000
G = 99.9000 to 100.0001
You can also just remove the To value on the green so any value of 99.9 or greater will display in that color.
Please sign in to leave a comment.
Comments
2 comments