An interactive article discussing two sometimes forgotten, but quite effective hierarchy visualization techniques.
For reading the interactive article, please visit:
https://vis-uni-bamberg.github.io/hierarchy-vis/
The article is implemented using Idyll.
- Make sure you have
idyll
installed (npm i -g idyll
). - Clone this repo and run
npm install
.
Run idyll
.
Run idyll build
. The output will appear in the top-level build
folder. To change the output location, change the output
option in package.json
.
Make sure your post has been built, then deploy the docs folder via any static hosting service.
You can install custom dependencies by running npm install <package-name> --save
. Note that any collaborators will also need download the package locally by running npm install
after pulling the changes.