Sizing
reagraph supports the ability to dynamically size nodes. It supports the following sizing strategies out of the box:
- Page Rank
- Centrality
- Attribute
Page Rank
The Page Rank sizing strategy sizes nodes based on the page rank of the node. Under the hood, it uses Graphology Metrics to calculate the rank.
Centrality
The Degree Centrality sizing strategy sizes nodes based on the degree of centrality of the node. Under the hood, it uses Graphology Metrics to calculate the rank.
Attribute
The attribute sizing strategy sizes nodes based on the value of a given attribute.
Last updated on