`gauge` option suggestion

Ok. That sort of makes sense. (Not blaming you)

But when I look at this link: Gauges they don't have anything I can discern as a ui control node.

It puts all the extra stuff in routines like this:

    var gauge1 = loadLiquidFillGauge("fillgauge1", 55);
    var config1 = liquidFillGaugeDefaultSettings();
    config1.circleColor = "#FF7777";
    config1.textColor = "#FF4444";
    config1.waveTextColor = "#FFAAAA";
    config1.waveColor = "#FFDDDD";
    config1.circleThickness = 0.2;
    config1.textVertPosition = 0.2;
    config1.waveAnimateTime = 1000;

Which can kind of get. It is still a foreign language to me, but I can/am starting to see the structure there.

And, looking at what you sent me in the flow, it is similar to that code.

I'll keep trying to get my head around it. Thanks.
What is also not helping is that there are no options in ui control. So that in itself sort of confuses me. But as you said/explained

So I'll put it down to that for now.

Again: I appreciate your help with this.