AreaChart fills the region between a line and the axis, emphasizing the magnitude of values over time. It supports stacking, which makes it easy to show how parts contribute to a whole.Documentation Index
Fetch the complete documentation index at: https://prefab.prefect.io/docs/llms.txt
Use this file to discover all available pages before exploring further.
Basic Usage
Stacked
Stacking shows how each series contributes to the total. The topmost line represents the combined value.Minimal
Turn off the grid for a cleaner look.Smooth
Setcurve="smooth" for gently curved lines between data points. The filled area follows the curve.
Step
Setcurve="step" to connect points with step-shaped lines. The filled area follows the stepped edges.
API Reference
AreaChart Parameters
Data as a list of dicts, or a
{{ field }} interpolation reference.Series definitions — each becomes a filled area on the chart.
Data key for x-axis labels.
Chart height in pixels.
Stack areas on top of each other.
Interpolation curve between data points.
Show a dot at each data point.
Show a legend below the chart.
Show tooltips on hover.
Show horizontal grid lines.
Additional Tailwind CSS classes.
ChartSeries Parameters
Data field to plot — must match a key in the data dicts.
Display label for legends and tooltips. Defaults to the
data_key value.CSS color override. By default, colors cycle through the theme’s chart palette (
--chart-1 through --chart-5).Protocol Reference
AreaChart
ChartSeries