ElizBth
ElizBth
Hello, Recently I had added node-red-contrib-azure-iot-hub node for connect my system with azure platform and send it my devices messages to the hub. I had done tests with the platform...
I tried to show the tickmarks each 0.1 but it do not show. It only show integer numbers Here the code: GaugeBuilder.create() .prefSize(400, 400) .startAngle(330) .angleRange(300) .minValue(0) .maxValue(10) .value(4) .minorTickSpace(0.1)...