bkrem/react-d3-tree

Is it possible to make a Family Tree?

Genarito opened this issue · 3 comments

Are you reporting a bug, or opening a feature request?

Question | Feature request

Description

I'd like to make a family tree, where a node could have two parent nodes. Is it possible to make that with this library, or it needs to be implemented? Thanks in advance

Same question @bkrem could you suggest?
Thanks

I'm looking for the same thing.
As a possible work around could you go from the bottom up?
Make the parent the child and then both children will flow into the parent.
It feels totally counter to how you would do it, but I think that would work

@bkrem Since I need this capability as well I'd be happy to do a PR, if you are happy to take it

In this case, I think you'd be satisfied with something akin to this: Erik Gartner's dTree, which works in React.