This is a direct port of flot from jQuery to MooTools (+ a few plugins)...
Documentation can be found under /Docs
####Lines
- Lines: http://jsfiddle.net/UL3d9/
- Lines with points: http://jsfiddle.net/4zpFS/
- Lines with bezier curves: http://jsfiddle.net/eQ3n8/
- Bezier curves & fill: http://jsfiddle.net/4b9sQ/
####Bars
- Bars: http://jsfiddle.net/MPLyB/
- Bars with stack: http://jsfiddle.net/J4mPM/
- Side by side ordered bars: http://jsfiddle.net/y6YZm/
####Pie
- Pie chart: http://jsfiddle.net/D996U/
####Pyramid
- Pyramid chart: http://jsfiddle.net/M62Dr/
####Moving Chart
- Self updating chart: http://jsfiddle.net/Q3VK2/
Instead of overloading the dollar (like in the jQuery version), here flot is on a flot namespace...
// So this...
$.plot({...});
// Becomes
flot.plot({...});
Everything else about the api should be the same.
flot.plot(element, data, options);