Having an issue with time series panels using gradient mode: scheme, color scheme: thresholds by value (absolute), hoping someone can confirm these findings.
Using custom RGB color values and anytime the blue value is set to 0 the graph will not render any values that should be that color. As example: rgb(255, 255, 0) fails to render, but changing blue to any non-zero value rgb(255, 255, 1) fixes this issue.
Anyone else able to reproduce this issue? Thanks much!
Below graphs as examples before/after fixing the RGB blue value:
I’ve had the same bug for over a year in my temperature graph where one of my overrides drew blank. Thanks to this report I now could fix it by adding 1 to the blue value… or change it to rgba and change opacity. Thanks!