summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoralisonjm <alisonjm>2011-06-09 18:53:42 +0000
committeralisonjm <alisonjm>2011-06-09 18:53:42 +0000
commit0f2f13827960276e82b984068c3ae3bfce5b4c1b (patch)
treecb1f71097bf082b6fde7e1d714e1b627042ff7c2
parent1c2e93573a0c83b482263ab8c5ef63138f319d47 (diff)
Added timezone default example.
-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,