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
Name | Type |
---|---|
allowOverlaps? | boolean |
chainStraighteningMode? | boolean |
childAlignmentPolicy? | “plain” |
childOrderingPolicy? | “compact” |
compactnessFactor? | number |
edgeLabelPlacement? | “generic” |
edgeLabelSpacing? | number |
minimumEdgeLength? | number |
minimumNodeDistance? | number |
nodeLabelPlacement? | “consider” |
nodeLabelSpacing? | number |
preferredChildSectorAngle? | number |
preferredRootSectorAngle? | number |
rootSelectionPolicy? | “directed-root” |