JavaScript Canvas charting/timeline example

Tags:

I was on holiday last week and haven’t been really able to think of anything really really interesting to write, so here’s something I made a while back: A Canvas-element powered chart/graph/timeline thing of my programming language skills, which I made as an excercise for making chart-type stuff with canvas.

I think the canvas element is starting to get quite feasible for charting, since it now works in Internet Explorer using the great ExplorerCanvas script.

Feel free to use/take apart/break/something the canvas script in the example if you like. It should work out of the box if you just provide it with some custom data in a similar format as seen in the code.