Skip to main content
Shape widgets are vector primitives you use to frame, divide, and decorate a dashboard. They’re styled with fill (background), stroke (border), and opacity, and most support an optional rotation animation.

Common shape settings

SettingPurpose
FillInterior color (the widget background)
StrokeOutline color and width (the border)
OpacityTransparency
Rotation speedOptional continuous spin

The shapes

ShapeNotes
RectangleBox; corner radius for rounded corners
EllipseCircle / oval
TriangleThree-sided polygon
PolygonN-sided — set the number of sides
StarMulti-point — set the number of points
LineA straight line; stroke controls thickness
ArrowA directional line with an arrowhead
Shapes are decorative and don’t bind to device data. Use them for visual structure; use Display widgets to show values.

Utility widgets

Helper widgets.