CircularLayoutOptions
The configuration options for the circular layout algorithm that arranges graphs in a circular fashion.
For more information on the layout algorithm and its available settings, see CircularLayout.
Props
Name | Type |
---|---|
edgeDescriptor? | CircularLayoutEdgeDescriptor |
edgeRoutingPolicy? | “interior” |
exteriorEdgeDescriptor? | CircularLayoutExteriorEdgeDescriptor |
fromSketchMode? | boolean |
maximumDeviationAngle? | number |
nodeLabelPlacement? | “consider” |
nodeLabelSpacing? | number |
partitionDescriptor? | PartitionDescriptor |
partitioningPolicy? | “bcc-compact” |
placeChildrenOnCommonRadius? | boolean |
starSubstructureSize? | number |
starSubstructureStyle? | “none” |
starSubstructureTypeSeparation? | boolean |