From 0f2f13827960276e82b984068c3ae3bfce5b4c1b Mon Sep 17 00:00:00 2001
From: alisonjm <alisonjm>
Date: Thu, 9 Jun 2011 18:53:42 +0000
Subject: Added timezone default example.

---
 src/examples/rrdJFlotDefaults.html | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

(limited to 'src')

diff --git a/src/examples/rrdJFlotDefaults.html b/src/examples/rrdJFlotDefaults.html
index 7d17463..bb26cc9 100644
--- a/src/examples/rrdJFlotDefaults.html
+++ b/src/examples/rrdJFlotDefaults.html
@@ -83,7 +83,8 @@
          //If multi_ds is off, don't need to include "-GAUGE" in element names
          use_checked_DSs: true, checked_DSs: ["ClientGlideIdle-GAUGE","ClientGlideTotal-GAUGE","StatusStageIn-GAUGE"], 
          use_windows:true, window_min:1241752800000,window_max:1241974500000,
-         graph_width:"700px",graph_height:"300px", scale_width:"350px", scale_height:"200px"});
+         graph_width:"700px",graph_height:"300px", scale_width:"350px", scale_height:"200px",
+         timezone:"-5"});
       }
  
       // This is the callback function that,
-- 
cgit v1.2.3-2-g168b