mirror of
https://gitee.com/antv/g6.git
synced 2024-12-15 10:01:09 +08:00
544 B
544 B
title | order |
---|---|
Layout Mechanism | 15 |
G6 provides the mechanism for layout paramters translation, layout methods translation, data translation, subgraph layout, layout timing for listener, custom layout, and so on.
Usage
- Example 1 : Subgrpah(red nodes) layout by force-directed layout.
- Example 2 : Apply different layouts for subgraphs in the same time.
- Example 3 : Tranlate the layout parameters in dynamic.
- Example 4 : Custom layout for a bigraph.
- Example 5 : Layout timing events ——
beforelayout
andafterlayout
.