Line Chart
Line charts display data points connected by straight line segments. They are ideal for showing trends over time or continuous data.
Basic line chart
A simple line chart with a single data series.
Example
Markup
Source markup is unavailable in this environment. Markup extraction relies
on debug_heex_annotations and the project source files, which
are only present during development.
Multi-series line chart
Multiple data series plotted on the same chart for comparison.
Example
Markup
Source markup is unavailable in this environment. Markup extraction relies
on debug_heex_annotations and the project source files, which
are only present during development.
Custom colours
Line charts with custom series colours.
Example
Markup
Source markup is unavailable in this environment. Markup extraction relies
on debug_heex_annotations and the project source files, which
are only present during development.
Line chart with categories
Line charts can use categorical labels on the X axis instead of numeric indices.
Example
Markup
Source markup is unavailable in this environment. Markup extraction relies
on debug_heex_annotations and the project source files, which
are only present during development.