From a8cd2ecf7387d7bbe16808ca0c7acdb04a4909cb Mon Sep 17 00:00:00 2001 From: Ebus-at-dockstar Date: Sat, 26 Jul 2014 19:55:43 +0200 Subject: Revert "embed xexpr-path" restore datastore-leveldb and other stuff This reverts commit f6675ccdd7a5997def3c4656f0e2c5dbbbed1fc8. --- .../wwwroot_laerm/lib/flot-0.7/examples/ajax.html | 143 ++++ .../lib/flot-0.7/examples/annotating.html | 75 ++ .../lib/flot-0.7/examples/arrow-down.gif | Bin 0 -> 916 bytes .../lib/flot-0.7/examples/arrow-left.gif | Bin 0 -> 891 bytes .../lib/flot-0.7/examples/arrow-right.gif | Bin 0 -> 897 bytes .../lib/flot-0.7/examples/arrow-up.gif | Bin 0 -> 916 bytes .../wwwroot_laerm/lib/flot-0.7/examples/basic.html | 38 ++ .../flot-0.7/examples/data-eu-gdp-growth-1.json | 4 + .../flot-0.7/examples/data-eu-gdp-growth-2.json | 4 + .../flot-0.7/examples/data-eu-gdp-growth-3.json | 4 + .../flot-0.7/examples/data-eu-gdp-growth-4.json | 4 + .../flot-0.7/examples/data-eu-gdp-growth-5.json | 4 + .../lib/flot-0.7/examples/data-eu-gdp-growth.json | 4 + .../flot-0.7/examples/data-japan-gdp-growth.json | 4 + .../lib/flot-0.7/examples/data-usa-gdp-growth.json | 4 + .../lib/flot-0.7/examples/graph-types.html | 75 ++ .../flot-0.7/examples/hs-2004-27-a-large_web.jpg | Bin 0 -> 34489 bytes .../wwwroot_laerm/lib/flot-0.7/examples/image.html | 45 ++ .../wwwroot_laerm/lib/flot-0.7/examples/index.html | 44 ++ .../lib/flot-0.7/examples/interacting-axes.html | 97 +++ .../lib/flot-0.7/examples/interacting.html | 93 +++ .../wwwroot_laerm/lib/flot-0.7/examples/layout.css | 6 + .../lib/flot-0.7/examples/multiple-axes.html | 60 ++ .../lib/flot-0.7/examples/navigate.html | 118 ++++ .../lib/flot-0.7/examples/percentiles.html | 57 ++ .../wwwroot_laerm/lib/flot-0.7/examples/pie.html | 756 +++++++++++++++++++++ .../lib/flot-0.7/examples/realtime.html | 83 +++ .../lib/flot-0.7/examples/resize.html | 61 ++ .../lib/flot-0.7/examples/selection.html | 114 ++++ .../lib/flot-0.7/examples/setting-options.html | 61 ++ .../lib/flot-0.7/examples/stacking.html | 77 +++ .../lib/flot-0.7/examples/symbols.html | 49 ++ .../lib/flot-0.7/examples/thresholding.html | 54 ++ .../wwwroot_laerm/lib/flot-0.7/examples/time.html | 71 ++ .../lib/flot-0.7/examples/tracking.html | 95 +++ .../lib/flot-0.7/examples/turning-series.html | 98 +++ .../lib/flot-0.7/examples/visitors.html | 90 +++ .../lib/flot-0.7/examples/zooming.html | 98 +++ 38 files changed, 2590 insertions(+) create mode 100644 datastore-leveldb/wwwroot_laerm/lib/flot-0.7/examples/ajax.html create mode 100644 datastore-leveldb/wwwroot_laerm/lib/flot-0.7/examples/annotating.html create mode 100644 datastore-leveldb/wwwroot_laerm/lib/flot-0.7/examples/arrow-down.gif create mode 100644 datastore-leveldb/wwwroot_laerm/lib/flot-0.7/examples/arrow-left.gif create mode 100644 datastore-leveldb/wwwroot_laerm/lib/flot-0.7/examples/arrow-right.gif create mode 100644 datastore-leveldb/wwwroot_laerm/lib/flot-0.7/examples/arrow-up.gif create mode 100644 datastore-leveldb/wwwroot_laerm/lib/flot-0.7/examples/basic.html create mode 100644 datastore-leveldb/wwwroot_laerm/lib/flot-0.7/examples/data-eu-gdp-growth-1.json create mode 100644 datastore-leveldb/wwwroot_laerm/lib/flot-0.7/examples/data-eu-gdp-growth-2.json create mode 100644 datastore-leveldb/wwwroot_laerm/lib/flot-0.7/examples/data-eu-gdp-growth-3.json create mode 100644 datastore-leveldb/wwwroot_laerm/lib/flot-0.7/examples/data-eu-gdp-growth-4.json create mode 100644 datastore-leveldb/wwwroot_laerm/lib/flot-0.7/examples/data-eu-gdp-growth-5.json create mode 100644 datastore-leveldb/wwwroot_laerm/lib/flot-0.7/examples/data-eu-gdp-growth.json create mode 100644 datastore-leveldb/wwwroot_laerm/lib/flot-0.7/examples/data-japan-gdp-growth.json create mode 100644 datastore-leveldb/wwwroot_laerm/lib/flot-0.7/examples/data-usa-gdp-growth.json create mode 100644 datastore-leveldb/wwwroot_laerm/lib/flot-0.7/examples/graph-types.html create mode 100644 datastore-leveldb/wwwroot_laerm/lib/flot-0.7/examples/hs-2004-27-a-large_web.jpg create mode 100644 datastore-leveldb/wwwroot_laerm/lib/flot-0.7/examples/image.html create mode 100644 datastore-leveldb/wwwroot_laerm/lib/flot-0.7/examples/index.html create mode 100644 datastore-leveldb/wwwroot_laerm/lib/flot-0.7/examples/interacting-axes.html create mode 100644 datastore-leveldb/wwwroot_laerm/lib/flot-0.7/examples/interacting.html create mode 100644 datastore-leveldb/wwwroot_laerm/lib/flot-0.7/examples/layout.css create mode 100644 datastore-leveldb/wwwroot_laerm/lib/flot-0.7/examples/multiple-axes.html create mode 100644 datastore-leveldb/wwwroot_laerm/lib/flot-0.7/examples/navigate.html create mode 100644 datastore-leveldb/wwwroot_laerm/lib/flot-0.7/examples/percentiles.html create mode 100644 datastore-leveldb/wwwroot_laerm/lib/flot-0.7/examples/pie.html create mode 100644 datastore-leveldb/wwwroot_laerm/lib/flot-0.7/examples/realtime.html create mode 100644 datastore-leveldb/wwwroot_laerm/lib/flot-0.7/examples/resize.html create mode 100644 datastore-leveldb/wwwroot_laerm/lib/flot-0.7/examples/selection.html create mode 100644 datastore-leveldb/wwwroot_laerm/lib/flot-0.7/examples/setting-options.html create mode 100644 datastore-leveldb/wwwroot_laerm/lib/flot-0.7/examples/stacking.html create mode 100644 datastore-leveldb/wwwroot_laerm/lib/flot-0.7/examples/symbols.html create mode 100644 datastore-leveldb/wwwroot_laerm/lib/flot-0.7/examples/thresholding.html create mode 100644 datastore-leveldb/wwwroot_laerm/lib/flot-0.7/examples/time.html create mode 100644 datastore-leveldb/wwwroot_laerm/lib/flot-0.7/examples/tracking.html create mode 100644 datastore-leveldb/wwwroot_laerm/lib/flot-0.7/examples/turning-series.html create mode 100644 datastore-leveldb/wwwroot_laerm/lib/flot-0.7/examples/visitors.html create mode 100644 datastore-leveldb/wwwroot_laerm/lib/flot-0.7/examples/zooming.html (limited to 'datastore-leveldb/wwwroot_laerm/lib/flot-0.7/examples') diff --git a/datastore-leveldb/wwwroot_laerm/lib/flot-0.7/examples/ajax.html b/datastore-leveldb/wwwroot_laerm/lib/flot-0.7/examples/ajax.html new file mode 100644 index 0000000..9b5ec85 --- /dev/null +++ b/datastore-leveldb/wwwroot_laerm/lib/flot-0.7/examples/ajax.html @@ -0,0 +1,143 @@ + + + + + Flot Examples + + + + + + +

Flot Examples

+ +
+ +

Example of loading data dynamically with AJAX. Percentage change in GDP (source: Eurostat). Click the buttons below.

+ +

The data is fetched over HTTP, in this case directly from text + files. Usually the URL would point to some web server handler + (e.g. a PHP page or Java/.NET/Python/Ruby on Rails handler) that + extracts it from a database and serializes it to JSON.

+ +

+ - + data - + +

+ +

+ - + data - + +

+ +

+ - + data - + +

+ +

If you combine AJAX with setTimeout, you can poll the server + for new data.

+ +

+ +

+ + + + + diff --git a/datastore-leveldb/wwwroot_laerm/lib/flot-0.7/examples/annotating.html b/datastore-leveldb/wwwroot_laerm/lib/flot-0.7/examples/annotating.html new file mode 100644 index 0000000..72c212b --- /dev/null +++ b/datastore-leveldb/wwwroot_laerm/lib/flot-0.7/examples/annotating.html @@ -0,0 +1,75 @@ + + + + + Flot Examples + + + + + + +

Flot Examples

+ +
+ +

Flot has support for simple background decorations such as + lines and rectangles. They can be useful for marking up certain + areas. You can easily add any HTML you need with standard DOM + manipulation, e.g. for labels. For drawing custom shapes there is + also direct access to the canvas.

+ + + + + diff --git a/datastore-leveldb/wwwroot_laerm/lib/flot-0.7/examples/arrow-down.gif b/datastore-leveldb/wwwroot_laerm/lib/flot-0.7/examples/arrow-down.gif new file mode 100644 index 0000000..e239d11 Binary files /dev/null and b/datastore-leveldb/wwwroot_laerm/lib/flot-0.7/examples/arrow-down.gif differ diff --git a/datastore-leveldb/wwwroot_laerm/lib/flot-0.7/examples/arrow-left.gif b/datastore-leveldb/wwwroot_laerm/lib/flot-0.7/examples/arrow-left.gif new file mode 100644 index 0000000..93ffd5a Binary files /dev/null and b/datastore-leveldb/wwwroot_laerm/lib/flot-0.7/examples/arrow-left.gif differ diff --git a/datastore-leveldb/wwwroot_laerm/lib/flot-0.7/examples/arrow-right.gif b/datastore-leveldb/wwwroot_laerm/lib/flot-0.7/examples/arrow-right.gif new file mode 100644 index 0000000..5fd0530 Binary files /dev/null and b/datastore-leveldb/wwwroot_laerm/lib/flot-0.7/examples/arrow-right.gif differ diff --git a/datastore-leveldb/wwwroot_laerm/lib/flot-0.7/examples/arrow-up.gif b/datastore-leveldb/wwwroot_laerm/lib/flot-0.7/examples/arrow-up.gif new file mode 100644 index 0000000..7d19626 Binary files /dev/null and b/datastore-leveldb/wwwroot_laerm/lib/flot-0.7/examples/arrow-up.gif differ diff --git a/datastore-leveldb/wwwroot_laerm/lib/flot-0.7/examples/basic.html b/datastore-leveldb/wwwroot_laerm/lib/flot-0.7/examples/basic.html new file mode 100644 index 0000000..b116d94 --- /dev/null +++ b/datastore-leveldb/wwwroot_laerm/lib/flot-0.7/examples/basic.html @@ -0,0 +1,38 @@ + + + + + Flot Examples + + + + + + +

Flot Examples

+ +
+ +

Simple example. You don't need to specify much to get an + attractive look. Put in a placeholder, make sure you set its + dimensions (otherwise the plot library will barf) and call the + plot function with the data. The axes are automatically + scaled.

+ + + + + diff --git a/datastore-leveldb/wwwroot_laerm/lib/flot-0.7/examples/data-eu-gdp-growth-1.json b/datastore-leveldb/wwwroot_laerm/lib/flot-0.7/examples/data-eu-gdp-growth-1.json new file mode 100644 index 0000000..51952cf --- /dev/null +++ b/datastore-leveldb/wwwroot_laerm/lib/flot-0.7/examples/data-eu-gdp-growth-1.json @@ -0,0 +1,4 @@ +{ + "label": "Europe (EU27)", + "data": [[1999, 3.0], [2000, 3.9]] +} diff --git a/datastore-leveldb/wwwroot_laerm/lib/flot-0.7/examples/data-eu-gdp-growth-2.json b/datastore-leveldb/wwwroot_laerm/lib/flot-0.7/examples/data-eu-gdp-growth-2.json new file mode 100644 index 0000000..82004d6 --- /dev/null +++ b/datastore-leveldb/wwwroot_laerm/lib/flot-0.7/examples/data-eu-gdp-growth-2.json @@ -0,0 +1,4 @@ +{ + "label": "Europe (EU27)", + "data": [[1999, 3.0], [2000, 3.9], [2001, 2.0], [2002, 1.2]] +} diff --git a/datastore-leveldb/wwwroot_laerm/lib/flot-0.7/examples/data-eu-gdp-growth-3.json b/datastore-leveldb/wwwroot_laerm/lib/flot-0.7/examples/data-eu-gdp-growth-3.json new file mode 100644 index 0000000..8684479 --- /dev/null +++ b/datastore-leveldb/wwwroot_laerm/lib/flot-0.7/examples/data-eu-gdp-growth-3.json @@ -0,0 +1,4 @@ +{ + "label": "Europe (EU27)", + "data": [[1999, 3.0], [2000, 3.9], [2001, 2.0], [2002, 1.2], [2003, 1.3], [2004, 2.5]] +} diff --git a/datastore-leveldb/wwwroot_laerm/lib/flot-0.7/examples/data-eu-gdp-growth-4.json b/datastore-leveldb/wwwroot_laerm/lib/flot-0.7/examples/data-eu-gdp-growth-4.json new file mode 100644 index 0000000..b363578 --- /dev/null +++ b/datastore-leveldb/wwwroot_laerm/lib/flot-0.7/examples/data-eu-gdp-growth-4.json @@ -0,0 +1,4 @@ +{ + "label": "Europe (EU27)", + "data": [[1999, 3.0], [2000, 3.9], [2001, 2.0], [2002, 1.2], [2003, 1.3], [2004, 2.5], [2005, 2.0], [2006, 3.1]] +} diff --git a/datastore-leveldb/wwwroot_laerm/lib/flot-0.7/examples/data-eu-gdp-growth-5.json b/datastore-leveldb/wwwroot_laerm/lib/flot-0.7/examples/data-eu-gdp-growth-5.json new file mode 100644 index 0000000..a7e1e13 --- /dev/null +++ b/datastore-leveldb/wwwroot_laerm/lib/flot-0.7/examples/data-eu-gdp-growth-5.json @@ -0,0 +1,4 @@ +{ + "label": "Europe (EU27)", + "data": [[1999, 3.0], [2000, 3.9], [2001, 2.0], [2002, 1.2], [2003, 1.3], [2004, 2.5], [2005, 2.0], [2006, 3.1], [2007, 2.9], [2008, 0.9]] +} diff --git a/datastore-leveldb/wwwroot_laerm/lib/flot-0.7/examples/data-eu-gdp-growth.json b/datastore-leveldb/wwwroot_laerm/lib/flot-0.7/examples/data-eu-gdp-growth.json new file mode 100644 index 0000000..a7e1e13 --- /dev/null +++ b/datastore-leveldb/wwwroot_laerm/lib/flot-0.7/examples/data-eu-gdp-growth.json @@ -0,0 +1,4 @@ +{ + "label": "Europe (EU27)", + "data": [[1999, 3.0], [2000, 3.9], [2001, 2.0], [2002, 1.2], [2003, 1.3], [2004, 2.5], [2005, 2.0], [2006, 3.1], [2007, 2.9], [2008, 0.9]] +} diff --git a/datastore-leveldb/wwwroot_laerm/lib/flot-0.7/examples/data-japan-gdp-growth.json b/datastore-leveldb/wwwroot_laerm/lib/flot-0.7/examples/data-japan-gdp-growth.json new file mode 100644 index 0000000..855477c --- /dev/null +++ b/datastore-leveldb/wwwroot_laerm/lib/flot-0.7/examples/data-japan-gdp-growth.json @@ -0,0 +1,4 @@ +{ + "label": "Japan", + "data": [[1999, -0.1], [2000, 2.9], [2001, 0.2], [2002, 0.3], [2003, 1.4], [2004, 2.7], [2005, 1.9], [2006, 2.0], [2007, 2.3], [2008, -0.7]] +} diff --git a/datastore-leveldb/wwwroot_laerm/lib/flot-0.7/examples/data-usa-gdp-growth.json b/datastore-leveldb/wwwroot_laerm/lib/flot-0.7/examples/data-usa-gdp-growth.json new file mode 100644 index 0000000..33f66c6 --- /dev/null +++ b/datastore-leveldb/wwwroot_laerm/lib/flot-0.7/examples/data-usa-gdp-growth.json @@ -0,0 +1,4 @@ +{ + "label": "USA", + "data": [[1999, 4.4], [2000, 3.7], [2001, 0.8], [2002, 1.6], [2003, 2.5], [2004, 3.6], [2005, 2.9], [2006, 2.8], [2007, 2.0], [2008, 1.1]] +} diff --git a/datastore-leveldb/wwwroot_laerm/lib/flot-0.7/examples/graph-types.html b/datastore-leveldb/wwwroot_laerm/lib/flot-0.7/examples/graph-types.html new file mode 100644 index 0000000..dd21a31 --- /dev/null +++ b/datastore-leveldb/wwwroot_laerm/lib/flot-0.7/examples/graph-types.html @@ -0,0 +1,75 @@ + + + + + Flot Examples + + + + + + +

Flot Examples

+ +
+ +

Flot supports lines, points, filled areas, bars and any + combinations of these, in the same plot and even on the same data + series.

+ + + + + diff --git a/datastore-leveldb/wwwroot_laerm/lib/flot-0.7/examples/hs-2004-27-a-large_web.jpg b/datastore-leveldb/wwwroot_laerm/lib/flot-0.7/examples/hs-2004-27-a-large_web.jpg new file mode 100644 index 0000000..a1d5c05 Binary files /dev/null and b/datastore-leveldb/wwwroot_laerm/lib/flot-0.7/examples/hs-2004-27-a-large_web.jpg differ diff --git a/datastore-leveldb/wwwroot_laerm/lib/flot-0.7/examples/image.html b/datastore-leveldb/wwwroot_laerm/lib/flot-0.7/examples/image.html new file mode 100644 index 0000000..073ad43 --- /dev/null +++ b/datastore-leveldb/wwwroot_laerm/lib/flot-0.7/examples/image.html @@ -0,0 +1,45 @@ + + + + + Flot Examples + + + + + + + +

Flot Examples

+ +
+ +

The Cat's Eye Nebula (picture from Hubble).

+ +

With the image plugin, you can plot images. This is for example + useful for getting ticks on complex prerendered visualizations. + Instead of inputting data points, you put in the images and where + their two opposite corners are supposed to be in plot space.

+ +

Images represent a little further complication because you need + to make sure they are loaded before you can use them (Flot skips + incomplete images). The plugin comes with a couple of helpers + for doing that.

+ + + + + diff --git a/datastore-leveldb/wwwroot_laerm/lib/flot-0.7/examples/index.html b/datastore-leveldb/wwwroot_laerm/lib/flot-0.7/examples/index.html new file mode 100644 index 0000000..f24f750 --- /dev/null +++ b/datastore-leveldb/wwwroot_laerm/lib/flot-0.7/examples/index.html @@ -0,0 +1,44 @@ + + + + + Flot Examples + + + +

Flot Examples

+ +

Here are some examples for Flot, the Javascript charting library for jQuery:

+ + + +

Being interactive:

+ + + +

Various features:

+ + + + diff --git a/datastore-leveldb/wwwroot_laerm/lib/flot-0.7/examples/interacting-axes.html b/datastore-leveldb/wwwroot_laerm/lib/flot-0.7/examples/interacting-axes.html new file mode 100644 index 0000000..5b6e3bb --- /dev/null +++ b/datastore-leveldb/wwwroot_laerm/lib/flot-0.7/examples/interacting-axes.html @@ -0,0 +1,97 @@ + + + + + Flot Examples + + + + + + +

Flot Examples

+ +
+ +

With multiple axes, you sometimes need to interact with them. A + simple way to do this is to draw the plot, deduce the axis + placements and insert a couple of divs on top to catch events. + Try clicking an axis.

+ +

+ + + + diff --git a/datastore-leveldb/wwwroot_laerm/lib/flot-0.7/examples/interacting.html b/datastore-leveldb/wwwroot_laerm/lib/flot-0.7/examples/interacting.html new file mode 100644 index 0000000..d04eedd --- /dev/null +++ b/datastore-leveldb/wwwroot_laerm/lib/flot-0.7/examples/interacting.html @@ -0,0 +1,93 @@ + + + + + Flot Examples + + + + + + +

Flot Examples

+ +
+ +

One of the goals of Flot is to support user interactions. Try + pointing and clicking on the points.

+ +

Mouse hovers at + (0, 0).

+ +

A tooltip is easy to build with a bit of jQuery code and the + data returned from the plot.

+ +

Enable tooltip

+ + + + + diff --git a/datastore-leveldb/wwwroot_laerm/lib/flot-0.7/examples/layout.css b/datastore-leveldb/wwwroot_laerm/lib/flot-0.7/examples/layout.css new file mode 100644 index 0000000..7ef7dd4 --- /dev/null +++ b/datastore-leveldb/wwwroot_laerm/lib/flot-0.7/examples/layout.css @@ -0,0 +1,6 @@ +body { + font-family: sans-serif; + font-size: 16px; + margin: 50px; + max-width: 800px; +} diff --git a/datastore-leveldb/wwwroot_laerm/lib/flot-0.7/examples/multiple-axes.html b/datastore-leveldb/wwwroot_laerm/lib/flot-0.7/examples/multiple-axes.html new file mode 100644 index 0000000..4b32e64 --- /dev/null +++ b/datastore-leveldb/wwwroot_laerm/lib/flot-0.7/examples/multiple-axes.html @@ -0,0 +1,60 @@ + + + + + Flot Examples + + + + + + +

Flot Examples

+ +
+ +

Multiple axis support showing the raw oil price in US $/barrel of + crude oil vs. the exchange rate from US $ to €.

+ +

As illustrated, you can put in multiple axes if you + need to. For each data series, simply specify the axis number. + In the options, you can then configure where you want the extra + axes to appear.

+ +

Position axis or .

+ + + + diff --git a/datastore-leveldb/wwwroot_laerm/lib/flot-0.7/examples/navigate.html b/datastore-leveldb/wwwroot_laerm/lib/flot-0.7/examples/navigate.html new file mode 100644 index 0000000..c916ef2 --- /dev/null +++ b/datastore-leveldb/wwwroot_laerm/lib/flot-0.7/examples/navigate.html @@ -0,0 +1,118 @@ + + + + + Flot Examples + + + + + + + + +

Flot Examples

+ +
+ +

+ +

With the navigate plugin it is easy to add panning and zooming. + Drag to pan, double click to zoom (or use the mouse scrollwheel).

+ +

The plugin fires events (useful for synchronizing several + plots) and adds a couple of public methods so you can easily build + a little user interface around it, like the little buttons at the + top right in the plot.

+ + + + + + diff --git a/datastore-leveldb/wwwroot_laerm/lib/flot-0.7/examples/percentiles.html b/datastore-leveldb/wwwroot_laerm/lib/flot-0.7/examples/percentiles.html new file mode 100644 index 0000000..9f2ba3a --- /dev/null +++ b/datastore-leveldb/wwwroot_laerm/lib/flot-0.7/examples/percentiles.html @@ -0,0 +1,57 @@ + + + + + Flot Examples + + + + + + + +

Flot Examples

+ +
+ +

Height in centimeters of individuals from the US (2003-2006) as function of + age in years (source: CDC). + The 15%-85%, 25%-75% and 50% percentiles are indicated.

+ +

For each point of a filled curve, you can specify an arbitrary + bottom. As this example illustrates, this can be useful for + plotting percentiles. If you have the data sets available without + appropriate fill bottoms, you can use the fillbetween plugin to + compute the data point bottoms automatically.

+ + + + + diff --git a/datastore-leveldb/wwwroot_laerm/lib/flot-0.7/examples/pie.html b/datastore-leveldb/wwwroot_laerm/lib/flot-0.7/examples/pie.html new file mode 100644 index 0000000..8f51411 --- /dev/null +++ b/datastore-leveldb/wwwroot_laerm/lib/flot-0.7/examples/pie.html @@ -0,0 +1,756 @@ + + + + + Flot Pie Examples + + + + + + + + + +

Flot Pie Examples

+ +

Default with Legend

+
+ + +

Default without Legend

+
+ + +

Graph2

+
+ + +

Graph3

+
+ + +

Graph4

+
+ + +

Graph5

+
+ + +

Graph6

+
+ + +

Graph7

+
+ + +

Graph8

+
+ + +

Graph9

+
+ + +

Donut

+
+ + +

Interactive

+
+ + +

Pie Options

+ + +

Changes/Features

+ + + + + + diff --git a/datastore-leveldb/wwwroot_laerm/lib/flot-0.7/examples/realtime.html b/datastore-leveldb/wwwroot_laerm/lib/flot-0.7/examples/realtime.html new file mode 100644 index 0000000..3b427e1 --- /dev/null +++ b/datastore-leveldb/wwwroot_laerm/lib/flot-0.7/examples/realtime.html @@ -0,0 +1,83 @@ + + + + + Flot Examples + + + + + + +

Flot Examples

+ +
+ +

You can update a chart periodically to get a real-time effect + by using a timer to insert the new data in the plot and redraw it.

+ +

Time between updates: milliseconds

+ + + + + diff --git a/datastore-leveldb/wwwroot_laerm/lib/flot-0.7/examples/resize.html b/datastore-leveldb/wwwroot_laerm/lib/flot-0.7/examples/resize.html new file mode 100644 index 0000000..d1e18c3 --- /dev/null +++ b/datastore-leveldb/wwwroot_laerm/lib/flot-0.7/examples/resize.html @@ -0,0 +1,61 @@ + + + + + Flot Examples + + + + + + + + +

Flot Examples

+ +
+ +

+ +

Sometimes it makes more sense to just let the plot take up the + available space. In that case, we need to redraw the plot each + time the placeholder changes its size. If you include the resize + plugin, this is handled automatically.

+ +

Try resizing the window.

+ + + + + + diff --git a/datastore-leveldb/wwwroot_laerm/lib/flot-0.7/examples/selection.html b/datastore-leveldb/wwwroot_laerm/lib/flot-0.7/examples/selection.html new file mode 100644 index 0000000..1646f5a --- /dev/null +++ b/datastore-leveldb/wwwroot_laerm/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.

+ +

+ + + + + diff --git a/datastore-leveldb/wwwroot_laerm/lib/flot-0.7/examples/setting-options.html b/datastore-leveldb/wwwroot_laerm/lib/flot-0.7/examples/setting-options.html new file mode 100644 index 0000000..8d1967e --- /dev/null +++ b/datastore-leveldb/wwwroot_laerm/lib/flot-0.7/examples/setting-options.html @@ -0,0 +1,61 @@ + + + + + Flot Examples + + + + + + +

Flot Examples

+ +
+ +

There are plenty of options you can set to control the precise + looks of your plot. You can control the ticks on the axes, the + legend, the graph type, etc. The idea is that Flot goes to great + lengths to provide sensible defaults so that you don't have to + customize much for a good result.

+ + + + + diff --git a/datastore-leveldb/wwwroot_laerm/lib/flot-0.7/examples/stacking.html b/datastore-leveldb/wwwroot_laerm/lib/flot-0.7/examples/stacking.html new file mode 100644 index 0000000..b7de391 --- /dev/null +++ b/datastore-leveldb/wwwroot_laerm/lib/flot-0.7/examples/stacking.html @@ -0,0 +1,77 @@ + + + + + Flot Examples + + + + + + + +

Flot Examples

+ +
+ +

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. The only requirement is that you provide + the input sorted on x.

+ +

+ + +

+ +

+ + + +

+ + + + + diff --git a/datastore-leveldb/wwwroot_laerm/lib/flot-0.7/examples/symbols.html b/datastore-leveldb/wwwroot_laerm/lib/flot-0.7/examples/symbols.html new file mode 100644 index 0000000..e71b1aa --- /dev/null +++ b/datastore-leveldb/wwwroot_laerm/lib/flot-0.7/examples/symbols.html @@ -0,0 +1,49 @@ + + + + + Flot Examples + + + + + + + +

Flot Examples

+ +
+ +

Various point types. Circles are built-in. For other + point types, you can define a little callback function to draw the + symbol; some common ones are available in the symbol plugin.

+ + + + + diff --git a/datastore-leveldb/wwwroot_laerm/lib/flot-0.7/examples/thresholding.html b/datastore-leveldb/wwwroot_laerm/lib/flot-0.7/examples/thresholding.html new file mode 100644 index 0000000..f10144a --- /dev/null +++ b/datastore-leveldb/wwwroot_laerm/lib/flot-0.7/examples/thresholding.html @@ -0,0 +1,54 @@ + + + + + Flot Examples + + + + + + + +

Flot Examples

+ +
+ +

With the threshold plugin, you can apply a specific color to + the part of a data series below a threshold. This is can be useful + for highlighting negative values, e.g. when displaying net results + or what's in stock.

+ +

+ + + +

+ + + + + diff --git a/datastore-leveldb/wwwroot_laerm/lib/flot-0.7/examples/time.html b/datastore-leveldb/wwwroot_laerm/lib/flot-0.7/examples/time.html new file mode 100644 index 0000000..da62347 --- /dev/null +++ b/datastore-leveldb/wwwroot_laerm/lib/flot-0.7/examples/time.html @@ -0,0 +1,71 @@ + + + + + Flot Examples + + + + + + +

Flot Examples

+ +
+ +

Monthly mean atmospheric CO2 in PPM at Mauna Loa, Hawaii (source: NOAA/ESRL).

+ +

If you tell Flot that an axis represents time, the data will + be interpreted as timestamps and the ticks adjusted and + formatted accordingly.

+ +

Zoom to: + +

+ +

The timestamps must be specified as Javascript timestamps, as + milliseconds since January 1, 1970 00:00. This is like Unix + timestamps, but in milliseconds instead of seconds (remember to + multiply with 1000!).

+ +

As an extra caveat, the timestamps are interpreted according to + UTC to avoid having the graph shift with each visitor's local + time zone. So you might have to add your local time zone offset + to the timestamps or simply pretend that the data was produced + in UTC instead of your local time zone.

+ + + + + diff --git a/datastore-leveldb/wwwroot_laerm/lib/flot-0.7/examples/tracking.html b/datastore-leveldb/wwwroot_laerm/lib/flot-0.7/examples/tracking.html new file mode 100644 index 0000000..c116159 --- /dev/null +++ b/datastore-leveldb/wwwroot_laerm/lib/flot-0.7/examples/tracking.html @@ -0,0 +1,95 @@ + + + + + Flot Examples + + + + + + + +

Flot Examples

+ +
+ +

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

+ +

If you combine it with listening on hover events, you can use + it to track the intersection on the curves by interpolating + the data points (look at the legend).

+ +

+ + + + + diff --git a/datastore-leveldb/wwwroot_laerm/lib/flot-0.7/examples/turning-series.html b/datastore-leveldb/wwwroot_laerm/lib/flot-0.7/examples/turning-series.html new file mode 100644 index 0000000..bc6fd9f --- /dev/null +++ b/datastore-leveldb/wwwroot_laerm/lib/flot-0.7/examples/turning-series.html @@ -0,0 +1,98 @@ + + + + + Flot Examples + + + + + + +

Flot Examples

+ +
+ +

Here is an example with real data: military budgets for + various countries in constant (2005) million US dollars (source: SIPRI).

+ +

Since all data is available client-side, it's pretty easy to + make the plot interactive. Try turning countries on/off with the + checkboxes below.

+ +

Show:

+ + + + + diff --git a/datastore-leveldb/wwwroot_laerm/lib/flot-0.7/examples/visitors.html b/datastore-leveldb/wwwroot_laerm/lib/flot-0.7/examples/visitors.html new file mode 100644 index 0000000..8a9d4d7 --- /dev/null +++ b/datastore-leveldb/wwwroot_laerm/lib/flot-0.7/examples/visitors.html @@ -0,0 +1,90 @@ + + + + + Flot Examples + + + + + + + +

Flot Examples

+ +
+ +

Visitors per day to the Flot homepage. Weekends are colored. Try zooming. + The plot below shows an overview.

+ +
+ + + + + diff --git a/datastore-leveldb/wwwroot_laerm/lib/flot-0.7/examples/zooming.html b/datastore-leveldb/wwwroot_laerm/lib/flot-0.7/examples/zooming.html new file mode 100644 index 0000000..9a4ef22 --- /dev/null +++ b/datastore-leveldb/wwwroot_laerm/lib/flot-0.7/examples/zooming.html @@ -0,0 +1,98 @@ + + + + + Flot Examples + + + + + + + +

Flot Examples

+ +
+
+
+ +
+
+ +

+
+ +

The selection support makes it easy to + construct flexible zooming schemes. With a few lines of code, the + small overview plot to the right has been connected to the large + plot. Try selecting a rectangle on either of them.

+ + + + + -- cgit v1.2.1