Equalizer chart¶
An equalizer shows the height of every time bin as a stack of levels. Use it when you want a block-based view of numeric changes over time.

See: Sparkline History Template Card #060
Basic configuration¶
This example displays the latest 24 hours as ten stacked value levels:
Configuration options¶
| Option | Type | Required | Default | Description |
|---|---|---|---|---|
show.chart_type | string | No | line | Set to equalizer to display a numeric level chart. |
equalizer.value_buckets | number | No | 10 | Chooses the number of vertical levels. |
equalizer.square | boolean | No | false | Uses square or rounded level shapes. |
equalizer.column_spacing | number | No | 1 | Sets the space between time intervals. |
equalizer.row_spacing | number | No | 1 | Sets the space between vertical levels. |
color_stops | mapping | No | none | Colors the displayed levels according to their value. |
colorstops_transition | string | No | smooth | Uses hard or smooth transitions between colors. |
Basic equalizer¶
value_buckets chooses the number of vertical levels. Column and row spacing control the gaps between the blocks.
Add value colors¶
Each displayed level follows the configured value colors.