Nice 
Couple of ecstatic suggestions : Try to to keep things consistent. For example, I noticed the gauge widgets are currently different sizes. You can actually control all of their sizes at once in the default settings. You’ll need to reset the custom settings on the widgets themselves first (just click the little arrow button above each setting). Also, the icons and values inside the gauges are looking a little large right now. Some of them are touching the edges of the containers, so scaling them down a bit will give it a much cleaner look. By the way, looking at your values… I think I might need to add an “m” (mega) alongside the “k” (kilos) option! Haha, I never expected users to have such huge numbers!
Yes, gauges do not go full circle. I also think they should have a clear start and end. There is only a single widget that can rotate, and that is the label widget. You could just type an arrow in it and rotate it
:
code snippet (you can import snippets at the top of the editor. Note: might not work if you are not in the test version):
{
"snippetHeader": "Dashboard Studio Snippet",
"snippetType": "widget-snippet",
"snippetFormatVersion": 1,
"version": "1.6.2",
"source": {
"dashboardName": "Wind example",
"page": 1,
"createdAt": "2026-04-04T13:57:03.019Z"
},
"master": {
"currentPage": 1
},
"widgets": {
"label_2214": {
"type": "label",
"overrides": {
"x": 470,
"y": 220,
"width": 260,
"height": 250,
"zIndex": 10,
"page": 1,
"text": "🡱",
"metaName": "New Label / Text",
"fontSize": 200
},
"bindings": {
"textRotation": "local/rotation"
}
},
"slider_5686": {
"type": "slider",
"overrides": {
"x": 440,
"y": 500,
"width": 360,
"height": 110,
"zIndex": 10,
"page": 1,
"value": 71,
"min": 0,
"max": 360,
"sendValueMode": "movement",
"showVal": true,
"valOffX": 174,
"valOffY": 0,
"valAlign": "center",
"outputTopic": "local/rotation",
"label": "Degrees",
"labelOffX": 0,
"labelOffY": 0,
"metaName": "New Slider",
"bgVisible": false,
"valFs": 25
},
"bindings": {}
}
}
}