Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/okfn/bubbletree
Radial Bubble Tree Visualization
https://github.com/okfn/bubbletree
Last synced: 2 days ago
JSON representation
Radial Bubble Tree Visualization
- Host: GitHub
- URL: https://github.com/okfn/bubbletree
- Owner: rufuspollock-okfn
- Created: 2011-07-07T11:49:02.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2017-08-03T19:30:06.000Z (over 7 years ago)
- Last Synced: 2024-05-17T16:19:10.057Z (6 months ago)
- Language: JavaScript
- Homepage: http://okfnlabs.org/bubbletree
- Size: 2.04 MB
- Stars: 152
- Watchers: 42
- Forks: 70
- Open Issues: 26
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
- awesome-starred - okfn/bubbletree - Radial Bubble Tree Visualization (others)
README
Radial Bubble Tree
==================![bubble tree screenshot](http://driven-by-data.net/wp/wp-content/uploads/2011/06/Bildschirmfoto-2011-07-02-um-23.02.50.png bubbletree screenshot right)
**BubbleTree** is a library for interactive visualization of hierarchical data. Originally developed mainly for [spending data](http://openspending.org), the library is now completely independent from the OpenSpending platform. BubbleTree is built on top of [jQuery](http://jquery.com) and [RaphaelJS](http://raphaeljs.com/).
## Documentation
Please refer to the docs in the [wiki pages](https://github.com/okfn/bubbletree/wiki/Bubble-Tree-Documentation).
## Copyright and License
Copyright (c) 2011,2012 Open Knowledge Foundation
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
## Attribution Request
If you use Bubbletree to make a visualization we'd love it (but it's not required!) if you added a small credit text and link e.g.
Built with Open Knowledge Foundation's Bubbletree library
## Authors
[Gregor Aisch](http://vis4.net/blog/) with a very small amount of input from [Rufus Pollock](http://rufuspollock.org/) as part of work on the [OpenSpending](http://openspending.org/) project and with financial support from [Publish What You Fund](http://www.publishwhatyoufund.org/) and the [Shuttleworth Foundation](http://www.shuttleworthfoundation.org/).
## Useful commands
* `npm run build` to rebuild library and demos
* `npm run review` to check code style## Installation
`npm install bubbletree`
or
`bower install bubbletree`