SunBurst shows hierarchical data as a series of rings and slices. Each slice represents a node of the tree structure. SunBurst can be thought as a multi level pie chart.
Size of the parent element/component (passed by the Responsive hoc)
type: shape[object Object]
Accessor function to return children of node
type: func
defaultValue: d => d.children
Additional css classes passed from parent
type: string
defaultValue: ''
Array of colors as hex color codes
type: arrayOf[object Object]
defaultValue: schemePaired
Select a color for each node
type: func
defaultValue: undefined
Hierarchical data structure that can be computed to form a hierarchical layout d3-hierarchy
type: shape[object Object]
Select label for each node
type: func
Margins for the chart
type: shape[object Object]
defaultValue: { top: 0, right: 0, bottom: 0, left: 0, }
Handle save functionality
type: func
defaultValue: () => {}
if true, a tooltip is shown
type: bool
defaultValue: true
Modify the tooltip content
type: func
defaultValue: undefined
Select the value of each node
type: func