Chart.js seems to be a good alternative to Google's Chart API and other commercial chart drawing libraries.
- good looking charts Show archive.org snapshot
- canvas based (means less memory consumptive, but no interactivity out of the box)
- highly configurable
- good API and documentation Show archive.org snapshot
- just 4.5 kilobytes
- MIT license
- Browser support: all browsers supporting the canvas element (for IE8 and below, use the polyfill Show archive.org snapshot as describes in the chart.js documentation Show archive.org snapshot )
Look at the documentation for general issues and browser support Show archive.org snapshot .
Posted by Ulrich Berkmüller to makandra dev (2013-03-19 09:27)