Skip to content

ralexrdz/genetic-tree-js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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
  }
]

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published