An open API service indexing awesome lists of open source software.

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.

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.