Dots chart¶
A dots chart shows every time bin as a separate point without connecting the values.
Use it when individual observations matter more than a continuous trend or when gaps between values should remain visible.

See: Sparkline History Template Card #060
Basic configuration¶
This example shows the latest day and lets Flexible Horseshoe Card choose a suitable number of points:
Configuration options¶
| Option | Type | Required | Default | Description |
|---|---|---|---|---|
show.chart_type | string | No | line | Set to dots to display a dots chart. |
dots.radius | number | No | 2 | Sets the radius of every point. |
state_values.aggregate_func | string | No | avg | Chooses the value represented by each point, such as avg, min, or max. |
bins.per_hour | number or auto | No | auto | Chooses how many points can appear within each hour. |
show.axis.x, show.axis.y | boolean | No | false | Shows the time or value axis. |
show.labels.x, show.labels.y | boolean | No | false | Shows labels along the enabled axes. |
series[].color | color | No | automatic palette | Gives each series a recognizable fixed color. |
Keep automatic bins
Leave bins.per_hour set to auto for normal use. Flexible Horseshoe Card then chooses a suitable interval from the graph width, duration, chart type, and bins.density. Set a number only when you deliberately need a fixed number of points per hour.
Basic dots chart¶
The history period and bins determine how many dots are shown.
Choose the detail level¶
Smaller dots allow more bins to remain readable. Larger dots emphasize individual values.