react-family-tree
react-family-tree copied to clipboard
React component that renders a family tree
As the package stands, there is no visual distinguishing divorced couples from married couples. Wondering how to change this?
Hi, I have made some changes that all spouses nodes are shifted to left side. So at one staging nodes are going to overlap to each other. Can you plz...
i am not able to find any configration for displaying child node to single parent node you can see this in below screenshot https://prnt.sc/1re7iiy
First of all, thanks for this package! It is awesome! :clap: I really appreciate all the time you invested in it. I'm using this package to render my family tree,...
I've noticed that my oldest (top) part of the tree is super stretched - like it's trying to fit to the younger (bottom) branches containing more people (and taking more...
Im trying to translate the node horizontally. so i modified the below code " transform: `translate(${node.left * (WIDTH / 2)}px, ${ node.top * (HEIGHT / 2) }px)`" as "` transform:...
I have a condition where someone has more than 2 wives, namely he has 10 wives with the status of deceased and divorced, the expectation is that the position of...