Looking for a Family Tree

Irwan picture Irwan · Apr 11, 2013 · Viewed 18.9k times · Source

I am creating Family Tree feature for my web app with HTML5 requirements. I already searched and found some JS samples, but I haven't find any that fit with my requirements. I already tried JIT, Rafael, GoJS, etc.

I found this to be the closest one is from GoJS:

GoJS fam-tree option #1

But this not enough. I need to connect one member with another member with drag and drop function.

Is there some JS that may fit with the requirements or at least operate like GoJS? Since I need to pay a license for GoJS AND THEN customize it, the budget is tight. Thank you very much.

Answer

Irwan picture Irwan · Apr 24, 2013

I already found it. I use jsPlumb for this Family Tree with some modification. Thanks for you all.