Skip to content

marcinwieprzkowicz/Mootools-chart-flot

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

96 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MOOTOOLS FLOT

Screenshot

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

About

A Mootools based chart app imported from flotcharts

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 100.0%