Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/avh4/treepie
Easily create tree pies
https://github.com/avh4/treepie
Last synced: 8 days ago
JSON representation
Easily create tree pies
- Host: GitHub
- URL: https://github.com/avh4/treepie
- Owner: avh4
- Created: 2014-05-10T22:13:41.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-05-14T04:46:04.000Z (over 10 years ago)
- Last Synced: 2024-10-27T12:05:56.078Z (about 2 months ago)
- Language: JavaScript
- Homepage: http://avh4.github.io/treepie/
- Size: 434 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Tree Pie
Easily create tree pies (a.k.a. [multilevel pie chart, sunburst diagram, ring chart](http://en.wikipedia.org/wiki/Pie_chart#Ring_chart_.2F_Sunburst_chart_.2F_Multilevel_pie_chart), or [radial tree](http://en.wikipedia.org/wiki/Radial_tree). You can create the tree (while seeing live updates) by typing a plain-text outline or JSON, and you can easily convert bewteen the two formats.
Live app: http://avh4.github.io/treepie/ (your data will be saved in local storage)
![Screenshot of treepie with The Voice Seasn 6 Top 10](screenshot.png)
## Development
```
npm install
webpack app.js bundle.js
open index.html
```