Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aholachek/affinity
https://github.com/aholachek/affinity
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/aholachek/affinity
- Owner: aholachek
- Created: 2015-11-24T21:36:43.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2015-12-17T01:56:51.000Z (about 9 years ago)
- Last Synced: 2024-10-12T05:48:09.087Z (2 months ago)
- Language: JavaScript
- Homepage: http://alex.holachek.com/project_files/hierarchy/
- Size: 153 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Interactive Hierarchy Editor
This is a quick side project I did to experiment with using D3 layouts (the partition layout in particular),
not for the visualization of a pre-existing dataset, but as the basis for an interactive tool.You can read more about the project on [my portfolio](http://alex.holachek.com/ux/hierarchy-editor.html).
The file structure is complex because it was originally generated by yeoman when I was attempting to do a small project in React,
but then I got distracted by D3 and was too lazy to prune the project.