This is a direct port of flot from jquery to mootools (+ a few plugins)...
Everything is as originally wrote in v 0.6 (execept now runs on mootools).
Documentation can be found here http://flot.googlecode.com/svn/trunk/API.txt
You can check a working example here: http://jsfiddle.net/gWSnN/5/
Instead of overloading the dollar (like in jquery), i put flot on a flot namespace...
// So this...
$.plot({...});
// Becomes
flot.plot({...});
Everything else about the api should be the same.
<3 @fat