mirror of
https://gitee.com/antv/g6.git
synced 2024-12-15 18:11:08 +08:00
13 lines
667 B
Markdown
13 lines
667 B
Markdown
---
|
|
title: Combo Related Layout
|
|
order: 2
|
|
---
|
|
|
|
_New feature of V4.6_ Designed for graph with combos. Support configuring the layout for items inside a combo and the layout for the outer combos and nodes.
|
|
|
|
_New feature of V3.5._ Combo Force is designed for the graph with combos based on classical force directed layout algorith. It modifies the forces between nodes according to their combo infomation to achieve a final result with clustering nodes inside each combo and no overlappings.
|
|
|
|
## Usage
|
|
|
|
We suggest to use `'comboCombined'` or `'comboForce'` for the graph with combos. Other layouts in G6 are also availabel, but they do not consider the combo infomation.
|