public
Description: Port of Flot to YUI
Homepage: http://wiki.github.com/bluesmoon/yui-flot/api-documentation-constructor
Clone URL: git://github.com/bluesmoon/yui-flot.git
name age message
file README.txt Fri Apr 17 23:50:04 -0700 2009 update README with link to documentation [bluesmoon]
directory examples/ Mon Apr 13 19:17:21 -0700 2009 link to jquery on googleapis since we do not ha... [bluesmoon]
file excanvas.js Fri Feb 20 08:09:55 -0800 2009 Use SVN release of excanvas, hopefully this wil... [olau@iola.dk]
file excanvas.min.js Fri Feb 20 08:09:55 -0800 2009 Use SVN release of excanvas, hopefully this wil... [olau@iola.dk]
file jquery.flot.js Sat Mar 21 17:04:37 -0700 2009 Updated work-around bug [olau@iola.dk]
file license.txt Mon Apr 13 19:07:59 -0700 2009 add Y! license [bluesmoon]
directory yui-examples/ Sat Apr 18 01:55:58 -0700 2009 add a gradient fill to bar type as an example [bluesmoon]
file yui.flot.js Tue Apr 21 17:14:58 -0700 2009 make a copy of data before normalizing so that ... [bluesmoon]
README.txt
Flot for YUI
============

YUI-Flot is a port of Flot to YUI.

To use it, include the following lines in your HTML:

    <!--[if IE]><script language="javascript" type="text/javascript" src="excanvas.min.js"></script><![endif]-->
    <script type="text/javascript" 
    src="http://yui.yahooapis.com/combo?2.7.0/build/yahoo-dom-event/yahoo-dom-event.js&2.7.0/build/datasource/datasource
    -min.js"></script>
    <script type="text/javascript" src="yui.flot.js"></script>

The datasource component is optional, and is only required if one of your axes has its mode set to "time".

The documentation for YUI-Flot is maintained on the project wiki at 
http://wiki.github.com/bluesmoon/yui-flot/api-documentation