ErikGartner / dTree

A library for visualizing data trees with multiple parents, such as family trees. Built on top of D3.
https://treehouse.gartner.io/ErikGartner/58e58be650453b6d49d7
MIT License
509 stars 135 forks source link

First Cousin Marriage issue #107

Closed colorado76 closed 4 years ago

colorado76 commented 4 years ago

Marriage to a first cousin ,creates 2 identical branches. Is there a way to solve it ? . Please see attached image. Here E and F are repeated twice.

Thanks in advance. familytree

ErikGartner commented 4 years ago

Hi,

This is a known limitation unfortunately.

Feel free to submit a pull request if you make a solution.

Best regards, Erik On 8 Jun 2020, 18:45 +0200, colorado76 notifications@github.com, wrote:

Marriage to a first cousin ,creates 2 identical branches. Is there a way to solve it ? . Please see attached image. Here E and F are repeated twice. Thanks in advance. — You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or unsubscribe.

colorado76 commented 4 years ago

Thanks for the reply and the works. I am going to see if I can add hidden nodes.