Barcode chart¶
A barcode shows each time bin as a colored column. Use it when threshold changes matter more than exact vertical height.
It works well for temperature ranges, air quality, tariffs, occupancy, warnings, and other histories that can be understood from color alone.

Basic configuration¶
This example shows a color-coded temperature history for the latest 24 hours:
Configuration options¶
| Option | Type | Required | Default | Description |
|---|---|---|---|---|
show.chart_type | string | No | line | Set to barcode to display a linear barcode chart. |
show.chart_variant | string | No | Not set | Selects how values occupy the barcode height. See Chart variants. |
barcode.column_spacing | number | No | 1 | Sets the space between neighboring columns. |
color_stops | mapping | No | none | Assigns colors to numeric ranges or named states. |
colorstops_transition | string | No | smooth | Uses hard or smooth transitions between numeric color stops. |
bins.per_hour | number or auto | No | auto | Chooses how much history every column represents. |
show.axis.x | boolean | No | false | Shows the time axis below the barcode. |
show.labels.x | boolean | No | false | Shows labels along the enabled time axis. |
Keep automatic bins
Leave bins.per_hour set to auto for normal use. Flexible Horseshoe Card then fits the barcode columns to the available width and selected history period.
Basic barcode¶
The period and bin settings determine how much history each column represents.
Chart variants¶
Choose how values should occupy the barcode height.
chart_variant value | Visible result |
|---|---|
| Not set | Every time interval fills the complete chart height. |
audio | Value bars grow above and below the horizontal center. |
stalactites | Value bars grow downward from the top. |
stalagmites | Value bars grow upward from the bottom. |