Mootools-chart-flot

A Mootools based chart app imported from flotcharts

MIT License

Stars
6

MOOTOOLS FLOT

This is a direct port of flot from jQuery to MooTools (+ a few plugins)...

Documentation can be found under /Docs

Live examples

####Lines

####Bars

####Pie

####Pyramid

####Moving Chart

How to use

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);