g6/examples/tree/indented/index.en.md
2019-11-20 23:24:52 +08:00

553 B

title order
Indented 3

In indented tree layout, each node takes a row or a column.
intended

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.

You can set different configurations for different nodes if the parameter is Function type. Please refer to the ducuments for more information.