genetic-tree

1.0.0 • Public • Published

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

Package Sidebar

Install

npm i genetic-tree

Weekly Downloads

10

Version

1.0.0

License

ISC

Unpacked Size

6.82 MB

Total Files

159

Last publish

Collaborators

  • ralexrdz