Flot Charts

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 a full list of instructions and other options.


Bar Chart

Flot supports bars and any combinations of these, in the same plot and even on the same data series.


Stacked Chart

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.


Line Chart

Flot supports lines and any combinations of these, in the same plot and even on the same data series.


Area Chart

Flot supports area and any combinations of these, in the same plot and even on the same data series.


Thresholds

With the threshold plugin, you can apply a specific color to the part of a data series below a threshold.


Percentiles

For each point of a filled curve, you can specify an arbitrary bottom. As this example illustrates, this can be useful for plotting percentiles.


With Crosshair

You can add crosshairs that'll track the mouse position, either on both axes or as here on only one.


Pie Chart

The default pie chart with no options set.


Donut Chart

The default pie chart with a donut hole option added.