AreaChart
Area chart with gradient fill, line, and data points. Supports single series, grouped multi-series, stacked, and stacked-normalized variants.
Import
import {
AreaChart,
AreaSeries,
Area,
Line,
PointSeries,
StackedAreaChart,
StackedAreaSeries,
StackedNormalizedAreaChart,
StackedNormalizedAreaSeries
} from 'reaviz';
AreaChart Props
| Prop | Type | Default | Description |
|---|---|---|---|
data | ChartDataShape[] | [] |
[Description truncada. Veja o README completo no GitHub.]