Skip to content

A tool to stylize dendrograms. Takes .CSV on input and gives you .SVG on output, utilizing D3.js under the hood

Notifications You must be signed in to change notification settings

woshibide/dendrogrammer

Repository files navigation

Dendrogrammer

A tool to generate SVG radial dendrograms from hierarchical data.

Description

This project came to be during Rewire'14 festival, as an urge need to stylize a dendrogramm for the upcoming festival's zine appeared. This website converts hierarchical data structures into radial dendrogram visualizations in SVG format. Radial dendrograms are tree diagrams arranged in a circular layout, useful for visualizing hierarchical relationships in data.

Setup

  1. Clone the repository
  2. Run http server on it
  3. Change importing importing CSV in ./js/config/default-config.js

Features

  • Radial or horizontal dendrogram
  • Customizable layout
  • Export to SVG

Dependencies

  • D3.js for dendrogram generation

License

DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
Version 2, December 2004

Everyone is permitted to copy and distribute verbatim or modified copies of this license document, and changing it is allowed.

For more information, see: WTFPL

Plans / Bugs

[x] — 'elbow' moment for straight line links [x] - compartamentalize it down [x] - barHeight is actually barWidth [ ] - perfect centering of text boxes [ ] - drag and drop different csv files [ ] - trailing spaces [ ] - based on mode disable ranges

Contributing

Contributions are very very very very much welcome.

About

A tool to stylize dendrograms. Takes .CSV on input and gives you .SVG on output, utilizing D3.js under the hood

Resources

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published