Draw non-layered tidy trees in linear time
npm install non-layered-tidy-tree-layoutDraw non-layered tidy trees in linear time.
> This a JavaScript port from the project cwi-swat/non-layered-tidy-trees, which is written in Java. The algorithm used in that project is from the paper by _A.J. van der Ploeg_, Drawing Non-layered Tidy Trees in Linear Time. There is another JavaScript port from that project d3-flextree, which depends on _d3-hierarchy_. This project is dependency free.
```
npm install non-layered-tidy-tree-layout
Or
``
yarn add non-layered-tidy-tree-layout
There's also a built verison: dist/non-layered-tidy-tree-layout.js for use with browser