mirror of
https://gitee.com/antv/g6.git
synced 2024-12-13 17:15:49 +08:00
e08c299a69
* docs: remove readme and navigation in site * docs: remove v4 core concept docs * docs: update history and lod plugin docs * chore: update dumirc config * docs: add api shape overview doc * docs: update manual docs * docs: update manual and tutorial docs * chore: update dumirc * docs: remove design sector * docs: update docs meta data * docs: update api docs
571 B
571 B
title | order |
---|---|
CompactBox 紧凑树 | 3 |
从根节点开始,同一深度的节点在同一层,并且布局时会将节点大小考虑进去。
使用指南
紧凑树适用于展示树结构数据,配合 TreeGraph 使用。如下面代码所示,可在实例化 TreeGraph 时使用该布局。
其配置项中 Function 类型的配置项可以为不同的元素配置不同的值。具体描述请查看相关教程。