TreeMap is a rectangular space-filling approach to visualizing hierarchical data structure. The area of each rectangle denotes the value of the element on which the rectangle is based on. Subcategories are nested inside the parent rectangle.
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: schemeSet3
Hierarchical data structure that can be computed to form a hierarchical layout d3-hierarchy
type: shape[object Object]
defaultValue: {}
Select label for each node
type: func
Handle save functionality
type: func
defaultValue: () => {}
Select the value of each node
type: func