#Organize nodes on different levels in a radar-like chart

1 messages · Page 1 of 1 (latest)

strange hollow
#

Hello everyone! I need help/ideas with this specific feature. In this instance, nodes are connected with directed edges and form a forest of multiple trees. Roots will be on the level 0 (center of the chart), children of roots will be on the level 1 and so on... also need visible circles to indicate different levels. Draft Image attached for clarification.

round owl
#

Hey @strange hollow, maybe you could look into a layout algorithm like this: https://observablehq.com/@d3/radial-tree-component

Observable

D3’s tree layout implements the Reingold–Tilford “tidy” algorithm for constructing hierarchical node-link diagrams, improved to run in linear time by Buchheim et al. Tidy trees are typically more compact than cluster dendrograms, which place all leaves at the same level. See also the Cartesian variant.

strange hollow
#

Thanks for the suggestion @round owl, I'll give it a try

west ravine