Skip to main content

Variable: SunburstChart

@arolariu/components


@arolariu/components / SunburstChart

Variable: SunburstChart

SunburstChart: (outsideProps) => Element

Defined in: components/ui/chart.tsx:530

The sunburst is a hierarchical chart, similar to a Treemap, plotted in polar coordinates. Sunburst charts effectively convey the hierarchical relationships and proportions within each level. It is easy to see all the middle layers in the hierarchy, which might get lost in other visualizations. For some datasets, the radial layout may be more visually appealing and intuitive than a traditional Treemap.

Parameters

outsideProps

SunburstChartProps

Returns

Element

Consumes

ResponsiveContainerContext

Provides

TooltipEntrySettings

// was this page useful?