From 23005fdd4eb0303ecbcc9f0a1760594353488f5f Mon Sep 17 00:00:00 2001 From: David Schnur Date: Fri, 1 Feb 2013 22:13:53 -0500 Subject: [PATCH] Move placeholder styles into .demo-placeholder. This allows a page to have multiple placeholders, since we're no longer tied to unique IDs. --- examples/ajax/index.html | 2 +- examples/annotating/index.html | 2 +- examples/axes-interacting/index.html | 2 +- examples/axes-multiple/index.html | 2 +- examples/axes-time-zones/index.html | 6 +++--- examples/axes-time/index.html | 2 +- examples/basic-options/index.html | 2 +- examples/basic-usage/index.html | 2 +- examples/categories/index.html | 2 +- examples/examples.css | 2 +- examples/image/index.html | 2 +- examples/interacting/index.html | 2 +- examples/navigate/index.html | 2 +- examples/percentiles/index.html | 2 +- examples/realtime/index.html | 2 +- examples/resize/index.html | 2 +- examples/selection/index.html | 2 +- examples/series-errorbars/index.html | 2 +- examples/series-pie/index.html | 2 +- examples/series-toggle/index.html | 2 +- examples/series-types/index.html | 2 +- examples/stacking/index.html | 2 +- examples/symbols/index.html | 2 +- examples/threshold/index.html | 2 +- examples/tracking/index.html | 2 +- examples/visitors/index.html | 4 ++-- examples/zooming/index.html | 4 ++-- 27 files changed, 31 insertions(+), 31 deletions(-) diff --git a/examples/ajax/index.html b/examples/ajax/index.html index b2431c9..5a9e055 100644 --- a/examples/ajax/index.html +++ b/examples/ajax/index.html @@ -128,7 +128,7 @@
-
+

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

diff --git a/examples/annotating/index.html b/examples/annotating/index.html index d8932c0..71f6218 100644 --- a/examples/annotating/index.html +++ b/examples/annotating/index.html @@ -72,7 +72,7 @@
-
+

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/examples/axes-interacting/index.html b/examples/axes-interacting/index.html index a7977dd..7e44111 100644 --- a/examples/axes-interacting/index.html +++ b/examples/axes-interacting/index.html @@ -78,7 +78,7 @@
-
+

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.

diff --git a/examples/axes-multiple/index.html b/examples/axes-multiple/index.html index 824a722..4c7c68c 100644 --- a/examples/axes-multiple/index.html +++ b/examples/axes-multiple/index.html @@ -58,7 +58,7 @@
-
+

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

diff --git a/examples/axes-time-zones/index.html b/examples/axes-time-zones/index.html index 156cd6e..745541d 100644 --- a/examples/axes-time-zones/index.html +++ b/examples/axes-time-zones/index.html @@ -91,17 +91,17 @@

UTC

-
+

Browser

-
+

Chicago

-
+
diff --git a/examples/axes-time/index.html b/examples/axes-time/index.html index 4a9a41a..1391ca1 100644 --- a/examples/axes-time/index.html +++ b/examples/axes-time/index.html @@ -107,7 +107,7 @@
-
+

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

diff --git a/examples/basic-options/index.html b/examples/basic-options/index.html index 50f7031..cb15fe2 100644 --- a/examples/basic-options/index.html +++ b/examples/basic-options/index.html @@ -74,7 +74,7 @@
-
+

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.

diff --git a/examples/basic-usage/index.html b/examples/basic-usage/index.html index 1764707..bf6d467 100644 --- a/examples/basic-usage/index.html +++ b/examples/basic-usage/index.html @@ -40,7 +40,7 @@
-
+

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 data.

diff --git a/examples/categories/index.html b/examples/categories/index.html index b96e131..97bafb8 100644 --- a/examples/categories/index.html +++ b/examples/categories/index.html @@ -44,7 +44,7 @@
-
+

With the categories plugin you can plot categories/textual data easily.

diff --git a/examples/examples.css b/examples/examples.css index ae4135f..ef7bb50 100644 --- a/examples/examples.css +++ b/examples/examples.css @@ -85,7 +85,7 @@ input[type=checkbox] { -webkit-box-shadow: 0 3px 10px rgba(0,0,0,0.1); } -#placeholder, #overview { +.demo-placeholder { width: 100%; height: 100%; font-size: 14px; diff --git a/examples/image/index.html b/examples/image/index.html index 50c2968..0bc89e0 100644 --- a/examples/image/index.html +++ b/examples/image/index.html @@ -50,7 +50,7 @@
-
+

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

diff --git a/examples/interacting/index.html b/examples/interacting/index.html index 2d61a8b..19136df 100644 --- a/examples/interacting/index.html +++ b/examples/interacting/index.html @@ -105,7 +105,7 @@
-
+

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

diff --git a/examples/navigate/index.html b/examples/navigate/index.html index 272dcad..dbb170f 100644 --- a/examples/navigate/index.html +++ b/examples/navigate/index.html @@ -134,7 +134,7 @@
-
+

diff --git a/examples/percentiles/index.html b/examples/percentiles/index.html index cac1101..4513641 100644 --- a/examples/percentiles/index.html +++ b/examples/percentiles/index.html @@ -62,7 +62,7 @@
-
+

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.

diff --git a/examples/realtime/index.html b/examples/realtime/index.html index e965106..4333aca 100644 --- a/examples/realtime/index.html +++ b/examples/realtime/index.html @@ -105,7 +105,7 @@
-
+

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.

diff --git a/examples/resize/index.html b/examples/resize/index.html index 9b1884c..e9dc1ad 100644 --- a/examples/resize/index.html +++ b/examples/resize/index.html @@ -57,7 +57,7 @@
-
+

diff --git a/examples/selection/index.html b/examples/selection/index.html index 7f20c7c..27f3367 100644 --- a/examples/selection/index.html +++ b/examples/selection/index.html @@ -111,7 +111,7 @@
-
+

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

diff --git a/examples/series-errorbars/index.html b/examples/series-errorbars/index.html index 41dab7f..f76f08e 100644 --- a/examples/series-errorbars/index.html +++ b/examples/series-errorbars/index.html @@ -135,7 +135,7 @@
-
+

With the errorbars plugin you can plot error bars to show standard deviation and other useful statistical properties.

diff --git a/examples/series-pie/index.html b/examples/series-pie/index.html index dc9fb07..89b472a 100644 --- a/examples/series-pie/index.html +++ b/examples/series-pie/index.html @@ -689,7 +689,7 @@

-
+