Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 299 Bytes

README.md

File metadata and controls

21 lines (16 loc) · 299 Bytes

Genetic Tree JS

Library to create a [ Genetic | Family | Pedigree | Genogram | Ancestors ] Tree using RaphaelJS

Features

  • Set mother and father for each node
  • Multiple blood lines

Input format

[
  {
    id: 1,
    name: 'John Wick',
    fatherId: 2,
    motherId: 3
  }
]