GenericLabelingOptions

The configuration options for the labeling algorithm that places the labels of a graph.

For more information on the labeling algorithm and its available settings, see GenericLabeling.

Props

NameDescriptionType
autoFlipping?
boolean
customProfitModelRatio?
number
deterministic?
boolean
edgeGroupOverlapAllowed?
boolean
maximumDuration?
number
moveInternalNodeLabels?
boolean
optimizationStrategy?
“balanced”
| “node-overlap”
| “label-overlap”
| “edge-overlap”
| “preferred-placement”
| “partition-grid-overlap”
| “none”
placeEdgeLabels?
boolean
placeNodeLabels?
boolean
reduceAmbiguity?
boolean
reduceLabelOverlaps?
boolean
removeEdgeOverlaps?
boolean
removeNodeOverlaps?
boolean