summaryrefslogtreecommitdiff
path: root/src/examples/rrdJFlotTwo.html
diff options
context:
space:
mode:
authorIgor Sfiligoi <isfiligoi@ucsd.edu>2013-11-07 21:15:55 +0000
committerIgor Sfiligoi <isfiligoi@ucsd.edu>2013-11-07 21:15:55 +0000
commit7a424b1dfc8faed56af4785b520857839a01f0f4 (patch)
tree0d1e00ee748bd1977dd5dba77bb28b85334ca774 /src/examples/rrdJFlotTwo.html
parent8468a9354afda0a8d76d827bd8eaf3b318f92ddd (diff)
Async classes have additional arguments now
Diffstat (limited to 'src/examples/rrdJFlotTwo.html')
-rw-r--r--src/examples/rrdJFlotTwo.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/examples/rrdJFlotTwo.html b/src/examples/rrdJFlotTwo.html
index ce015f5..d92a0cc 100644
--- a/src/examples/rrdJFlotTwo.html
+++ b/src/examples/rrdJFlotTwo.html
@@ -58,7 +58,7 @@
'Running':{color: "#000000",yaxis:2}};
// the rrdFlot object creates and handles the graph
- flot_obj=new rrdFlotSumAsync("mygraph",null,graph_opts,ds_graph_opts);
+ flot_obj=new rrdFlotSumAsync("mygraph",null,null,null,graph_opts,ds_graph_opts);
// this function is invoked when the RRD file name changes
function fname_update() {