Click here to Skip to main content
15,909,539 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
hi,

Is there any chart that allows me to have multiple root elements that are connected to each other through a line on same level & one of the root further have child elements.

Thanks in advance.

What I have tried:

I
have already tried most of the plugin. Only jquery.orgChart.js is somehow near to the solution but it allows only one adjunct tag. anyother similar solution.
Posted
Updated 12-May-16 3:00am
Comments
Sergey Alexandrovich Kryukov 12-May-16 8:56am    
There is no such thing as "family tree". A relationship between relatives is not a tree, because there are two sexes.
—SA

1 solution

You probably should forget jQuery and use something a bit advanced. One good idea would be using D3:
D3.js — Data-Driven Documents[^].

Look at these impressive samples: Gallery — mbostock/d3 Wiki · GitHub[^].

And don't forget that what is usually called "family tree" is not a tree at all.

—SA
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900