StyleCode Property: gaugeAngle

🚧 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.

gaugeAngle

Angle of the gauge. Valid range is 180°-270°.

Applies to Type Default
gauge
gauge > entry
Number, auto auto

Examples

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

// Example: gauge > entry
show gauge "My Gauge" { 1..3, 1..4 } with 0.5 { gaugeAngle: 240 }

User Contributed Notes
0 notes + add a note