- center
Layout center coordinates. A numeric vector of length 2 [x, y]
.
If NULL, uses the graph center. Default is NULL.
- comboPadding
Padding value inside the combo, used only for force
calculation, not for rendering. It is recommended to set the same value
as the visual padding. Can be a number, numeric vector, function, or
JS function. Default is 10.
- innerLayout
Layout algorithm for elements inside the combo. Should be
a Layout object or function. If NULL, uses ConcentricLayout as default.
- nodeSize
Node size (diameter), used for collision detection. If not
specified, it is calculated from the node's size property. Can be a number,
numeric vector, function, or JS function. Default is 10.
- outerLayout
Layout algorithm for the outermost layer. Should be a
Layout object or function. If NULL, uses ForceLayout as default.
- spacing
Minimum spacing between node/combo edges when preventNodeOverlap
or preventOverlap is true. Can be a number, function, or JS function for
different nodes. Default is NULL.
- treeKey
Tree key identifier as a character string. Default is NULL.
- ...
Additional parameters passed to the layout configuration.
See https://g6.antv.antgroup.com/en/manual/layout/combo-combined-layout.