CCGE-BOADICEA / pedigreejs

A web tool for building pedigrees, https://ccge-boadicea.github.io/pedigreejs/
GNU General Public License v3.0
59 stars 42 forks source link

Crossing generations? #84

Closed anderspitman closed 5 years ago

anderspitman commented 5 years ago

Hey @tcarver, does pedigreejs currently have any functionality for handling crossing generations (ie an individual has a child with their aunt/uncle, etc)? It doesn't appear like it from reading the paper and website, but figured I'd ask. Looking for something similar to what kinship2 and cranefoot do, but in JavaScript.

tcarver commented 5 years ago

@anderspitman currently no it will only create the relationship at the same level in the family tree, https://ccge-boadicea.github.io/pedigreejs/docs/example5.html

tcarver commented 5 years ago

Hi @anderspitman support has been added now, please see https://ccge-boadicea.github.io/pedigreejs/docs/example9.html

anderspitman commented 5 years ago

Awesome, thanks!