https://github.com/afiore/bubble-comparator
Client side bubble-chart generator designed for visualising and comparing numerical values.
https://github.com/afiore/bubble-comparator
Last synced: about 1 year ago
JSON representation
Client side bubble-chart generator designed for visualising and comparing numerical values.
- Host: GitHub
- URL: https://github.com/afiore/bubble-comparator
- Owner: afiore
- Created: 2012-03-03T17:18:06.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2012-03-11T20:48:09.000Z (over 14 years ago)
- Last Synced: 2024-04-16T11:50:41.896Z (about 2 years ago)
- Language: JavaScript
- Homepage:
- Size: 230 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Bubble Comparator
A browser based bubble chart generator, designed to visualise and compare elements within a set of numerical values.
A working demo is accessible [here](http://afiore.github.com/bubble-comparator).
## Requirements
The Bubble Comparator is based on [d3.js](http://mbostock.github.com/d3): Mike Bostock's excellent data visualisation library.
It requires a modern browser supporting EcmaScript 5 and capable of rendering SVG.
### Credits
This project was initiated as part of the [Energy and Climate Hackday](http://www.meetup.com/OpenKnowledgeFoundation/London-GB/609192/), held in London on the 3rd of March 2012.
Idea by Rufus Pollock, implementation by Andrea Fiore. Many thanks to Ilias bartolini for hosting the event and helping me out debugging this.