andreaferretti / paths-js

Generate SVG paths for geometric shapes :bar_chart:
http://andreaferretti.github.io/paths-js-react-demo/
Apache License 2.0
1.71k stars 84 forks source link

Forced Directed Graph #25

Open varghesep opened 9 years ago

varghesep commented 9 years ago

I was wondering the "dual tree" described in this video can be achieved with paths-js? The challenge I believe in this graph is the placement of various nodes (person) to represent a tree. Is the Forced Directed Graph aimed for this type of drawing?

codesinghanoop commented 7 years ago

Did you find a way to implement Genealogical Graphs ?