llimllib / pymag-trees

Code from the article "Drawing Good-looking Trees" in Python Magazine
http://billmill.org/pymag-trees/
Do What The F*ck You Want To Public License
190 stars 33 forks source link

Are there any Javascript implementations of this tree algorithm? #7

Closed nmg196 closed 1 year ago

nmg196 commented 2 years ago

Hi, Are there any Javascript implementations of this tree algorithm? I've found a few based on the D3 library but the nodes seem to overlap if you put too many children at the same level.

Thanks Nick

llimllib commented 2 years ago

I don't know unfortunately! If you make one I'd love it if you link it