Skip to main content
Pricing

Area Chart

Pro

A line chart with a filled area beneath the line, emphasising volume and magnitude over time. Rendered as SVG with a semi-transparent gradient fill. Supports single and stacked variants for showing cumulative totals. Best for continuous data where the area conveys meaningful quantity.

4 variants

JanFebMarAprMayJun

Variants

VariantDescriptionWhen to use
Single
StackedMultiple series stacked on top of each other, each with a distinct colour fill.Use for showing how individual contributions sum to a total over time.

Usage Guidelines

Do

Use semi-transparent fills so stacked layers remain visible.

Don't

Overlap more than 4 stacked areas — lower layers become invisible.

Do

Start the y-axis at zero when showing area to avoid misleading volumes.

Don't

Use opaque fills that hide underlying data.

Do

Pair colour fills with pattern textures for series differentiation.

Don't

Use area charts for unordered categorical data.

Do

Include a hidden data table for screen reader access.

Don't

Omit axis labels — context is essential for interpretation.

Code

This component is included in Lexicon Pro

From €149 — one-time purchase, lifetime access

View pricing

Design Tokens

This component is included in Lexicon Pro

From €149 — one-time purchase, lifetime access

View pricing

Accessibility

  • Use role="img" with aria-label and aria-describedby linking to a text summary.
  • Include a hidden data table for screen reader access.
  • Use pattern fills alongside colour for stacked series differentiation.
  • Tooltips should be announced via an aria-live region.

Keyboard Interactions

TabMoves focus to the chart container.
ArrowLeft/ArrowRightNavigates between data points along the series.
ArrowUp/ArrowDownSwitches between series in a stacked area chart.
Enter/SpaceOpens a tooltip for the focused data point.
EscapeDismisses the tooltip.