OpenProject is the leading open source project management software.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
openproject/assets/javascripts/jquery.jqplot
friflaj 85567ad652 Doesn't really matter whether we've selected the backlog, just show the link 15 years ago
..
plugins Doesn't really matter whether we've selected the backlog, just show the link 15 years ago
MIT-LICENSE.txt Doesn't really matter whether we've selected the backlog, just show the link 15 years ago
README.txt Doesn't really matter whether we've selected the backlog, just show the link 15 years ago
changes.txt Doesn't really matter whether we've selected the backlog, just show the link 15 years ago
copyright.txt Doesn't really matter whether we've selected the backlog, just show the link 15 years ago
excanvas.js Doesn't really matter whether we've selected the backlog, just show the link 15 years ago
excanvas.min.js Doesn't really matter whether we've selected the backlog, just show the link 15 years ago
gpl-2.0.txt Doesn't really matter whether we've selected the backlog, just show the link 15 years ago
jqPlotCssStyling.txt Doesn't really matter whether we've selected the backlog, just show the link 15 years ago
jqPlotOptions.txt Doesn't really matter whether we've selected the backlog, just show the link 15 years ago
jquery.jqplot.js Doesn't really matter whether we've selected the backlog, just show the link 15 years ago
jquery.jqplot.min.js Doesn't really matter whether we've selected the backlog, just show the link 15 years ago
optionsTutorial.txt Doesn't really matter whether we've selected the backlog, just show the link 15 years ago
usage.txt Doesn't really matter whether we've selected the backlog, just show the link 15 years ago

README.txt

Title: jqPlot Readme

Pure JavaScript plotting plugin for jQuery.

Copyright (c) 2009 Chris Leonello
This software is licensed under the GPL version 2.0 and MIT licenses.

To learn how to use jqPlot, start with the Basic Unsage Instructions below. Then read the
usage.txt and jqPlotOptions.txt files included with the distribution.

The jqPlot home page is at <http://www.jqplot.com/>.

Downloads can be found at <http://bitbucket.org/cleonello/jqplot/downloads/>.

The mailing list is at <http://groups.google.com/group/jqplot-users>.

Examples and unit tests are at <http://www.jqplot.com/tests/>.

Documentation is at <http://www.jqplot.com/docs/>.

The project page and source code are at <http://www.bitbucket.org/cleonello/jqplot/>.

Bugs, issues, feature requests: <http://www.bitbucket.org/cleonello/jqplot/issues/>.

Basic Usage Instructions:

jqPlot requires jQuery (tested with 1.3.2 or better). jQuery 1.3.2 is included in
the distribution. To use jqPlot include jQuery, the jqPlot jQuery plugin, the jqPlot css file and
optionally the excanvas script for IE support in your web page...

> <!--[if IE]><script language="javascript" type="text/javascript" src="excanvas.js"></script><![endif]-->
> <script language="javascript" type="text/javascript" src="jquery-1.3.2.min.js"></script>
> <script language="javascript" type="text/javascript" src="jquery.jqplot.min.js"></script>
> <link rel="stylesheet" type="text/css" href="jquery.jqplot.css" />

For usage instructions, see <jqPlot Usage> in usage.txt. For available options, see
<jqPlot Options> in jqPlotOptions.txt.

Building from source:

To build a distribution from source you need to have ant <http://ant.apache.org>
installed. There are 6 targets: clean, dist, min, tests, docs and all. Use

> ant -p

to get a description of the various build targets.