Family tree design suggestions?

Viewed 18944

I would like to design a family tree on my website. How can this be done with jQuery or Ajax? Any animated examples out there?

5 Answers

Have a look at my sample created using d3.js, mobile responsive.

  • Mouse scroll to zoom, draggable, with interactive tooltip
  • The 'Find' button to search any family member
  • 'Reset' button to reset zoom & position

Able to display difficult relationships such as multiple marriages and marriages between family members. Created using d3.js

Related