1.0.0 • Published 2 years ago
genetic-tree v1.0.0
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
}
]
1.0.0
2 years ago