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

Function LineChart

LineChart(props): ReactElement< any, any > | null

A React component displaying data as a series of points connected by a line. Used to show trends or changes over time.

Example

Line chart displaying total revenue per quarter from the Sample ECommerce data model.

Additional Line Chart examples:

Parameters

ParameterTypeDescription
propsLineChartPropsLine chart properties

Returns

ReactElement< any, any > | null

Line Chart component

Last Updated: