How to align @visx Hierarchy Tree view nodes on the top & root node on the top left

221 Views Asked by At

I am using VISX and example implementation is here https://codesandbox.io/s/github/airbnb/visx/tree/master/packages/visx-demo/src/sandboxes/visx-linktypes

I want to achieve the UI, where root node is on the top left and all children nodes in each level align top to bottom

Something like this enter image description here

0

There are 0 best solutions below