react-d3-tree
react-d3-tree copied to clipboard
[Question]: Configurate line between block and center the tree in the div.
Great component! Thanks!
I would like to ask a question, since I am still a beginner in "react", I had some difficulties. I need to make a tree like this:
Until I got a tree like this:
I do not know how to regulate (configure) the lines between blocks Please tell me.
I also wanted to turn off the zoom and put the tree in the center. I found a parameter through which you can control the zoom
zoomable=false
but the tree is shifted to the left of the block and cut off:
Please tell me how to fix it. thanks!
For centering, this solved it for me https://github.com/bkrem/react-d3-tree/issues/272
for display, your image looks like it could be solved with proper css when using a foreign node