Function AreaChart
AreaChart(
props):ReactElement<any,any> |null
A React component similar to a LineChart, but with filled in areas under each line and an option to display them as stacked.
Example
Area chart displaying total revenue per quarter from the Sample ECommerce data model.
Additional Area Chart examples:
Parameters
| Parameter | Type | Description |
|---|---|---|
props | AreaChartProps | Area chart properties |
Returns
ReactElement< any, any > | null
Area Chart component