Area Chart
Emphasize the magnitude of change over time. The filled area makes it easy to visualize volume or cumulative data.
Installation
dotnet add package Lumeo.Charts
One-time app setup (AddLumeo(), CSS & JS) is covered in the
installation guide.
Usage
@using Lumeo <AreaChart />
Smooth curves with a gradient fill — the default look that works well for a single metric like total visits.
Stack multiple series to show cumulative volume. The filled areas make the combined total immediately visible.
Compare three traffic channels over a full year with gradient fills. Overlapping areas reveal seasonality patterns.
Stacked gradient fill shows how three revenue streams compose total ARR month over month.
Dense daily data becomes navigable with the DataZoom slider. Disable dots to keep the chart clean.