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

Function SunburstChart

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

A React component displaying hierarchical data in the form of nested circle slices.

This type of chart can be used in different scenarios, for example, to compare both categories and sub-categories.

Example

Sunburst chart displaying total revenue, categorized by condition and age range, from the Sample ECommerce data model.

Parameters

ParameterTypeDescription
propsSunburstChartPropsSunburst chart properties

Returns

ReactElement< any, any > | null

Sunburst Chart component

Last Updated: