RadialLayoutOptions
The configuration options for the radial layout algorithm that arranges graphs in a radial fashion.
For more information on the layout algorithm and its available settings, see RadialLayout.
Props
Name | Type |
---|---|
centerNodesPolicy? | “directed” |
createControlPoints? | boolean |
edgeRoutingStyle? | “polyline” |
layeringStrategy? | “bfs” |
layerSpacing? | number |
maximumChildSectorAngle? | number |
minimumBendAngle? | number |
minimumEdgeDistance? | number |
minimumLayerDistance? | number |
minimumNodeDistance? | number |
minimumSectorDistance? | number |
nodeLabelPlacement? | “consider” |
nodeLabelSpacing? | number |