Label Format for Moving Analog Indicator

No idea how you change the format, but you can create a “suffix” with css

injection is the easiest for this as you gotta give the class anyway

Create a styleclass named Degree
and paste this into backgroundimage
} .psc-Degree:after{content:'°'} {

(°C) works just as well if the degrees wont go over 100 else The C gets hidden under the indicator
image

2 Likes