Category: Display · Reads data: yes · Sends commands: no
Mental model
A Chart is an EKG. It plots values over time so you can see trends, not just the current number. Where a Gauge shows “now,” a Chart shows the history.When to use it
- Trends over time (temperature, speed, usage)
- Comparing series
Settings
General / Data
- Widget Title / ID
- Bind to a value/series or a database table in the Data tab
Style
- Chart type — line / bar / area
- Axis · grid · legend
- Line stroke width · area opacity · bar border radius
Example — push points from firmware
Push a single value (appended to the series) or a whole array:Script API example
The same interactions from a dashboard script:Table
The same data as rows.

