
Flot: Attractive JavaScript plotting for jQuery
Flot is a pure JavaScript plotting library for jQuery, with a focus on simple usage, attractive looks and interactive features.
Flot Examples
Here are some examples for Flot, the Javascript charting library for jQuery: Basic Usage. Basic example; Different graph types and simple categories/textual data; Setting various options and …
Flot Reference
Some of the flot plugins add new functionalities (like touch support), while other are parts spliced out of the main jquery.flot.js and grouped based on commune functionalities. Read the …
Flot Reference
The time plugin (jquery.flot.time.js) is required for time series support. The “color” option determines the color of the line and ticks for the axis, and defaults to the grid color with …
flot
Just include the JavaScript file after you’ve included jQuery. Generally, all modern browsers are supported. You need at least jQuery 1.2.6, but try at least 1.3.2 for interactive charts because …
Flot Examples: Pie Charts
Data can now be passed in using the standard Flot method using an array of datapoints, the pie plugin will simply use the first y-value that it finds for each series in this case.
Flot Plugins
Pyramid by Asís García - Gives Flot the ability to create pyramid distribution charts. Pyramid by Jürgen Marsch - An alternate pyramid plugin with additional features. Spider by Jürgen Marsch …
Flot Examples: Basic Usage
You don't have to do much to get an attractive plot. Create a placeholder, make sure it has dimensions (so Flot knows at what size to draw the plot), then call the plot function with your …
jquery.flot.navigate.js
jquery.flot.navigate.js. This flot plugin is used for adding the ability to pan and zoom the plot. A higher level overview is available at interactions documentation. The default behaviour is …
jquery.flot.drawSeries.js
jquery.flot.drawSeries.js. This plugin is used by flot for drawing lines, plots, bars or area. Public methods. drawSeriesLines(series, ctx, plotOffset, plotWidth, plotHeight, drawSymbol, …