# Function SunburstChart

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

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

Parameter Type Description
props SunburstChartProps Sunburst chart properties
deprecatedLegacyContext? any ::: warning Deprecated

:::

See

React Docs (opens new window)

# Returns

null | ReactElement< any, any >

Sunburst Chart component