html5 canvas experiment
What
Based on infographic work by Data I Like (image). This simple experiment which demonstrates the techniques of fast prototyping an interactive data visualisation using html5 canvas and json.
What’s involved
* converted of static into dynamically generated graphics using HTML5 canvas
* JSON as data format
Why did I make this?
The main benefit is re-usability – new events can be generated simply by adding entries to the JSON file (by the editorial via a front-end form saving to the JSON).

