g6/packages/site/examples/net/dendrogram/index.en.md

13 lines
661 B
Markdown
Raw Normal View History

2023-02-02 10:31:36 +08:00
---
title: Dendrogram
2023-08-28 20:39:59 +08:00
order: 4
2023-02-02 10:31:36 +08:00
---
The leaves will be aligned on the same level. This algorithm does not consider the node size, which means all the nodes will be regarded as unit size with 1px. <br /> <img src='https://gw.alipayobjects.com/mdn/rms_f8c6a0/afts/img/A*zX7tSLqBvwcAAAAAAAAAAABkARQnAQ' alt='dendrogram' width='300'/>
## Usage
Dendrogram 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.