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

Function PieChart

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

A React component representing data in a circular graph with the data shown as slices of a whole, with each slice representing a proportion of the total.

Example

Pie chart displaying total revenue per age range from the Sample ECommerce data model.

Additional Pie Chart examples:

Parameters

ParameterTypeDescription
propsPieChartPropsPie chart properties

Returns

ReactElement< any, any > | null

Pie Chart component

Last Updated: