jqplot


Pure JavaScript Plotting the jQuery Way

jqPlot Has Moved!

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

The mailing list/google group is still 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 jqPlot project page and source code is at http://www.bitbucket.org/cleonello/jqplot/

Note: All downloads on Google Code are out of date. Please find the latest downloads at http://bitbucket.org/cleonello/jqplot/downloads/

Overview

jqPlot is a pure JavaScript plotting plugin for the jQuery javascript library. jqPlot was inspired by the Flot JavaScript jQuery Plugin. It relies on the canvas tag for rendering the plot graphics. IE support is handled through the excanvas.js library. It is currently in heavy development. Some highlights of the code:

  • A flexible, and highly extensible architecture.
  • Drawing, data handling and other features are handled through renderers and plugins outside of the core code.
  • Options drive almost all behavior. Highly customizable.

Sample Line Plot with Dual Axes

http://www.hacknack.com/jqplot/docs/files/samples/dualaxis.png

Project Information

Labels:
plot chart graph javascript jquery canvas graphics