Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tree Dynamic nodeSize #93

Closed
jacobp100 opened this issue Jun 28, 2017 · 3 comments
Closed

Tree Dynamic nodeSize #93

jacobp100 opened this issue Jun 28, 2017 · 3 comments

Comments

@jacobp100
Copy link

How feasible would it be for the tree layout to support different node sizes for each node?

I.e.

d3.tree().nodeSize(d => [d.width, d.height])
@mbostock
Copy link
Member

mbostock commented Jun 28, 2017

See d3-flextree.

Related d3/d3#1992 d3/d3#2571.

@abhishekhingu
Copy link

how can we adjust each node size in a radial tree, and make sure each node not intersect each other.
https://jsfiddle.net/abhishekhingu/1398u407/9/

@mshd
Copy link

mshd commented Oct 24, 2021

have a look at https://github.com/codeledge/entitree-flex

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

4 participants