2014
2012
Fabric.js Javascript Canvas Library
by SponeFabric.js is a framework that makes it easy to work with HTML5 canvas element.
It is an interactive object model on top of canvas element.
It is also an SVG-to-canvas parser.
2007
solutoire.com | Plotr
by parmentierf & 3 othersSome time ago I was looking for a charting framework for Prototype and I couldn’t find it, just because there’s none. So that’s where it all started. I came across PlotKit, a well written piece of javascript that enables developers to use Canvas or SVG elements for rendering bar, line and pie charts. The only thing was that PlotKit needed the Mochikit library to work. So I took some parts of PlotKit and wrote some parts myself. The result is a lightweight charting framework (12kb!) named Plotr. It’s released under the BSD license.
1
(3 marks)