AreaChart
Home > @gooddata/sdk-ui-charts > AreaChart
AreaChart variable
Area chart shows data as an area under a line intersecting dots.
Signature:
AreaChart: (props: IAreaChartProps) => React.JSX.Element
Remarks
It can display either:
- multiple measures sliced by a single attribute, as different areas - or a single measure split by one attribute into multiple areas with points intersecting attribute values
Areas for multiple measures stack by default. Alternatively, the areas can overlap if { stackMeasures: false }
.
See IAreaChartProps to learn how it is possible to configure the AreaChart and the area chart documentation for more information.