vis-uni-bamberg / hierarchy-vis

An interactive article discussing two sometimes forgotten, but quite effective hierarchy visualization techniques.

Home Page:https://vis-uni-bamberg.github.io/hierarchy-vis/

Repository from Github https://github.comvis-uni-bamberg/hierarchy-visRepository from Github https://github.comvis-uni-bamberg/hierarchy-vis

Effective Visualization of Hierarchies Using Indented Charts and Icicle Plots

An interactive article discussing two sometimes forgotten, but quite effective hierarchy visualization techniques.

Access the article

For reading the interactive article, please visit:

https://vis-uni-bamberg.github.io/hierarchy-vis/

Execute the article locally as an idyll-post

The article is implemented using Idyll.

Installation

  • Make sure you have idyll installed (npm i -g idyll).
  • Clone this repo and run npm install.

Developing a post locally

Run idyll.

Building a post for production

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.

Deploying

Make sure your post has been built, then deploy the docs folder via any static hosting service.

Dependencies

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.

About

An interactive article discussing two sometimes forgotten, but quite effective hierarchy visualization techniques.

https://vis-uni-bamberg.github.io/hierarchy-vis/

License:MIT License


Languages

Language:JavaScript 68.0%Language:CSS 32.0%