g6/packages/site/examples/net/layoutMechanism/index.zh.md
2023-08-29 15:19:51 +08:00

15 lines
638 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

---
title: 布局机制
order: 15
---
G6 为用户提供了布局参数动态切换、布局方法动态切换、数据动态切换、子图布局、布局时机监听、自定义布局等布局相关等机制。
## 使用指南
- 代码演示 1 :控制子图(红色节点)使用经典力导向算法进行子图布局。
- 代码演示 2 :同时设置不同的子图布局。
- 代码演示 3 :布局数据可以动态切换。
- 代码演示 4 G6 提供了自定义布局机制,可以随心所欲定制自己的布局。
- 代码演示 5 G6 开放了布局的监听时机 —— `beforelayout``afterlayout`