From c83bca9a9de29c155d519ccea2e8a8d07acc5bac Mon Sep 17 00:00:00 2001 From: Yves Fischer Date: Wed, 17 Apr 2013 00:13:33 +0200 Subject: leveldb --- .../public/lib/flot-0.7/examples/selection.html | 114 +++++++++++++++++++++ 1 file changed, 114 insertions(+) create mode 100644 datastore-leveldb/public/lib/flot-0.7/examples/selection.html (limited to 'datastore-leveldb/public/lib/flot-0.7/examples/selection.html') diff --git a/datastore-leveldb/public/lib/flot-0.7/examples/selection.html b/datastore-leveldb/public/lib/flot-0.7/examples/selection.html new file mode 100644 index 0000000..1646f5a --- /dev/null +++ b/datastore-leveldb/public/lib/flot-0.7/examples/selection.html @@ -0,0 +1,114 @@ + + + + + Flot Examples + + + + + + + +

Flot Examples

+ +
+ +

1000 kg. CO2 emissions per year per capita for various countries (source: Wikipedia).

+ +

Flot supports selections through the selection plugin. + You can enable rectangular selection + or one-dimensional selection if the user should only be able to + select on one axis. Try left-click and drag on the plot above + where selection on the x axis is enabled.

+ +

You selected:

+ +

The plot command returns a plot object you can use to control + the selection. Click the buttons below.

+ +

+

+ +

Selections are really useful for zooming. Just replot the + chart with min and max values for the axes set to the values + in the "plotselected" event triggered. Enable the checkbox + below and select a region again.

+ +

+ + + + + -- cgit v1.2.1