summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/examples/rrdJFlotDefaults.html3
1 files changed, 2 insertions, 1 deletions
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,