A tool to generate SVG radial dendrograms from hierarchical data.
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.
- Clone the repository
- Run http server on it
- Change importing importing CSV in
./js/config/default-config.js
- Radial or horizontal dendrogram
- Customizable layout
- Export to SVG
- D3.js for dendrogram generation
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
[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
Contributions are very very very very much welcome.