Docs / Trees & network

Sunburst

Pro

A radial treemap for multi-level hierarchies.

Example

blade
<chart:sunburst
    :data="[
        ['name' => 'A', 'children' => [['name' => 'A1', 'value' => 5]]],
        ['name' => 'B', 'value' => 8],
    ]"
/>

Props

Prop Type Default Description
data array [] A nested [name, value, children] hierarchy.

Plus the common props (height, theme, model, class).

This is a Pro component

Unlock it and every other Pro chart with a one-time license.

Get WireCharts Pro