TABLETOCHART, draw a graphic chart based on the table data
TableToChart is a MooTools script that can take a HTML table source and automatically draw a graphic chart based on the table data.
TableToChart is actually a plugin to the PHP framework Copix but works well as a stand-alone script as well. What I really like about this script is how it degrades - if javascript is not available, the original HTML table will be shown instead.
You’ll need the plootr.js file to make this work (besides the MooTools framework) since it’s originally made as an extension to Plootr. If you want IE support, and of course you do, you will also need the excanvas.js component.
Requirement: MooTools framework,plootr.js,excanvas.js
Demo: http://www.copix.org/index.php/wiki/Mootools/Charts/en
License: License Free