StyleCode Property: gaugeVariant

🚧 Work in progress — This documents the redesigned dashboard layout system, which is still under active development and subject to change. It is not compatible with the older v1 dashboard tile system.

gaugeVariant

By default, the “bar” variant displays a bar from the minimum to the gauge value.
On “dot”, a circle is displayed at the reached value.

Applies to Type Default
gauge bar, dot bar

Examples

// Example: gauge
show gauge "My Gauge" { 1..3, 1..4 ; gaugeVariant: "dot" } with 0.5

User Contributed Notes
0 notes + add a note