RadialTreeLayoutOptions

The configuration options for the radial tree layout algorithm that arranges the subtrees of the tree graph in a radial fashion.

For more information on the layout algorithm and its available settings, see RadialTreeLayout.

Props

NameType
allowOverlaps?
boolean
chainStraighteningMode?
boolean
childAlignmentPolicy?
“plain”
| “same-center”
| “compact”
| “smart”
childOrderingPolicy?
“compact”
| “symmetric”
| “from-sketch”
compactnessFactor?
number
edgeLabelPlacement?
“generic”
| “ignore”
| “integrated”
edgeLabelSpacing?
number
minimumEdgeLength?
number
minimumNodeDistance?
number
nodeLabelPlacement?
“consider”
| “generic”
| “horizontal”
| “ignore”
| “ray-like”
| “ray-like-leaves”
nodeLabelSpacing?
number
preferredChildSectorAngle?
number
preferredRootSectorAngle?
number
rootSelectionPolicy?
“directed-root”
| “center-root”
| “weighted-center-root”