rstacruz / kingraph

Plots family trees using JavaScript and Graphviz
439 stars 86 forks source link

[FEATURE] Add adoptions #2

Closed M-arcus closed 6 years ago

M-arcus commented 6 years ago

Please make it possible to add adoptions.

rstacruz commented 6 years ago

These can be expressed using children2, an example of adoptions here: https://github.com/rstacruz/kingraph/blob/master/docs/schema.md#children2

There's also parents2 should you need it: https://github.com/rstacruz/kingraph/blob/master/docs/schema.md#parents2

Thanks for the report!