mirror of
https://gitee.com/antv/g6.git
synced 2024-12-03 20:28:36 +08:00
539 B
539 B
title | order | redirect_from | |
---|---|---|---|
Indented | 3 |
|
In indented tree layout, each node takes a row or a column.
Usage
Indented is an appropriate layout method for tree data structure. Please use it with TreeGraph. As the demo below, you can deploy it in layout
while instantiating Graph. it can also be used for Subgraph Layout.
You can set different configurations for different nodes if the parameter is Function type. Please refer to the ducuments for more information.