Flot is a pure JavaScript plotting library for jQuery, with a focus on simple usage, attractive looks and interactive features. Read the Official Flot Documentation for new updates, instructions and other options.
Flot supports bars and any combinations of these, in the same plot and even on the same data series.
With the stack plugin, you can have Flot stack the series. This is useful if you wish to display both a total and the constituents it is made of.
Flot supports lines and any combinations of these, in the same plot and even on the same data series.
Flot supports area and any combinations of these, in the same plot and even on the same data series.
With the threshold plugin, you can apply a specific color to the part of a data series below a threshold.
For each point of a filled curve, you can specify an arbitrary bottom. As this example illustrates, this can be useful for plotting percentiles.
You can add crosshairs that'll track the mouse position, either on both axes or as here on only one.
The default pie chart with no options set.
The default pie chart with a donut hole option added.