Javascript Library - Family Tree Flowchart

Posted by MrMime on Stack Overflow See other posts from Stack Overflow or by MrMime
Published on 2012-05-03T10:56:18Z Indexed on 2012/06/06 4:40 UTC
Read the original article Hit count: 168

Filed under:
|
|

Im looking for a simple Javascript Library (svg?) that allow me to draw a family tree relationships.

I have searched a lot on google found a lot of interesting libraries like Raphaël and its extention Dracula. Google has its own library to make flowcharts too.

Unfortunally, every library make a relation between nodes with a sigle line. If A and B has a relation to C, I will obtain 2 line: one from A to C and one from B to C.

What I need is a line from A to B (we call it AB) and a line from AB to C to represent the Marriage of A and B.

example-image

Thanks.

© Stack Overflow or respective owner

Related posts about JavaScript

Related posts about library