StyleCode Property: textRotation

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

textRotation

If specified to “left” or “right”, the text element is rotated 90 degrees towards that direction.

Applies to Type Default
label left, right, none none

Examples

// Example: label
show label "My Label" { 1..2, 1..2 ; textRotation: "right" }

User Contributed Notes
0 notes + add a note