Timeseries Chart
Timeseries charts plot data points against date or time values on the X axis. They are essential for tracking trends, patterns, and anomalies in temporal data.
Basic timeseries chart
A line chart with date-based X axis.
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 timeseries
Multiple data series plotted over time 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 date format
Timeseries with a custom tick format for the X axis.
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.