sisense.com
✅ You are viewing documentation for the latest version of Compose SDK.
Version:

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

ParameterTypeDescription
propsAreaChartPropsArea chart properties

Returns

ReactElement< any, any > | null

Area Chart component

Last Updated: