bkrem / react-d3-tree

:deciduous_tree: React component to create interactive D3 tree graphs
https://bkrem.github.io/react-d3-tree
MIT License
1.06k stars 269 forks source link

[Question] Node orientation - start from the top left #374

Open tazihun opened 2 years ago

tazihun commented 2 years ago

I'm working with this library, the only problem is that I need the orientation of each node to start at the top left of the layout and not on the top center.

Something similar to this: image

Any ideas on how to do that? Thank you in advance.