From 7e7f533d2bf0ed419d8ae7ac0af60ba177bc5697 Mon Sep 17 00:00:00 2001
From: "olau@iola.dk"
Date: Tue, 26 Feb 2008 11:13:01 +0000
Subject: [PATCH] Added colored area support with an example to show it
git-svn-id: https://flot.googlecode.com/svn/trunk@43 1e0a6537-2640-0410-bfb7-f154510ff394
---
examples/index.html | 1 +
examples/visitors.html | 89 +++++++++++++++++++++++++++++++++++++
jquery.flot.js | 99 ++++++++++++++++++++++++++++++++----------
3 files changed, 166 insertions(+), 23 deletions(-)
create mode 100644 examples/visitors.html
diff --git a/examples/index.html b/examples/index.html
index 71272cf..88c6fb5 100644
--- a/examples/index.html
+++ b/examples/index.html
@@ -21,6 +21,7 @@
Selection support and zooming
Zooming with overview
Plotting time series
+ Visitors per day with zooming and weekends
Interacting with the data
+ Flot Examples
+
+
+
+ Visitors per day to the Flot homepage. Weekends are colored. Try zooming.
+ The plot below shows an overview.
+
+
+
+
+
+
diff --git a/examples/visitors.html b/examples/visitors.html
new file mode 100644
index 0000000..483ff13
--- /dev/null
+++ b/examples/visitors.html
@@ -0,0 +1,89 @@
+
+
+