Skip to main content
Urbicon UI
source

AreaChartbeta

Area chart for trends with volume emphasis — filled regions, optionally stacked.

Playground

  • New
  • Returning
Area chart: 6 points, 2 series
CategoryNewReturning
Jan46
Feb73
Mar58
Apr95
May127
Jun109
Loading...
Loading syntax highlighting...

01 Examples

Single area

A filled region under one series, anchored to the zero baseline — good for cumulative volume at a glance.
Area chart: 6 points
CategorySeries 1
W120
W232
W328
W444
W552
W648
Loading...
Loading syntax highlighting...

Stacked

`stacked` accumulates series into bands, so the top edge reads as the total while each band shows its contribution.
  • New
  • Returning
Area chart: 5 points, 2 series, stacked
CategoryNewReturning
Jan46
Feb73
Mar58
Apr95
May127
Loading...
Loading syntax highlighting...

Overlaid

Without `stacked`, series overlay with a translucent fill so you can compare their shapes directly.
  • New
  • Returning
Area chart: 5 points, 2 series
CategoryNewReturning
Jan46
Feb73
Mar58
Apr95
May127
Loading...
Loading syntax highlighting...

02 Customization

Fill opacity + colors

Tune `fillOpacity` and set per-series colors to match a brand or emphasise one band.
  • New
  • Returning
Area chart: 5 points, 2 series
CategoryNewReturning
Jan46
Feb73
Mar58
Apr95
May127
Loading...
Loading syntax highlighting...

03 Accessibility

SVG with role="img"

The SVG carries role="img" with a generated aria-label that also notes when the chart is stacked.

Data-table fallback

A visually hidden table mirrors every value per series so the filled regions are never the only way to read the data.

04 API Reference

17 props
17 props 1 required

No matching properties

No matching properties

05 Installation

Import

Loading...
Loading syntax highlighting...