StyleCode Property: scalarLabelPosition

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

scalarLabelPosition

Position the label relative to the value.

Applies to Type Default
scalar auto, above, below auto

Examples

// Example: scalar
myValue = 123

show scalar "My Scalar" { 1..2, 1..2 ; scalarLabelPosition: "above" } with
  myValue

User Contributed Notes
0 notes + add a note