I’m trying to display my real-time voltage value on a Node-RED dashboard gauge.
The problem is that the gauge starts directly around 225.66 V, so it instantly jumps to the yellow color range (225 – 235 V) without showing any smooth color progression like in this example: https://www.youtube.com/shorts/RJiI82a3Ui8
As you can see in my attached screenshot, the gauge doesn’t animate the color transition—it just appears immediately yellow.
Does anyone know how I can make the gauge update progressively (both the value and the color), instead of jumping directly to the final state?
Sean's grammar is nearly as bad as mine.
I think he meant
show a screen shot of the node's config
The suffix "'s" with no " ' " is used to form plural words.
With " 's" it indicates ownership or association, such as in "the boy's book" or "the node's config", it can also be a contraction for "is" or "has, e.g. "it's", which can be "it is" or "it has".
I just found the reason for my issue. I tested the gauge using a slider, and the smooth color transition worked perfectly.
However, when I use an HTTP request to get the real data, the gauge immediately jumps to the color that matches the current value — and the previous color range (for example, green) displayed grey.
Has anyone else faced this kind of issue? If yes, how did you solve it?