Dendogram
The hierarchical data object.
'id'
The key or function to use to retrieve nodes identity.
'top-to-bottom'
Defines the diagram layout.
Chart width.
Chart height.
Chart margin.
Define style for common elements such as labels, axes…
1
Defines the thickness of the links, statically or dynamically.
Defines the order of layers and add custom layers.
Override the default node component.
Override the default link component.
true
Enable/disable interactivity.
onMouseEnter handler for nodes.
onMouseMove handler for nodes.
onMouseLeave handler for nodes.
onClick handler for nodes.
Tooltip component for nodes.
onMouseEnter handler for links.
onMouseMove handler for links.
onMouseLeave handler for links.
onClick handler for links.
Tooltip component for links.
Main element role attribute.
Main element aria-label.
Main element aria-labelledby.
Main element aria-describedby.
true
Enable/disable transitions.
'gentle'
Motion config for react-spring, either a preset or a custom configuration.