summaryrefslogtreecommitdiff
path: root/src/examples/rrdJFlotThree.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/rrdJFlotThree.html
parent8468a9354afda0a8d76d827bd8eaf3b318f92ddd (diff)
Async classes have additional arguments now
Diffstat (limited to 'src/examples/rrdJFlotThree.html')
-rw-r--r--src/examples/rrdJFlotThree.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/examples/rrdJFlotThree.html b/src/examples/rrdJFlotThree.html
index bb5998b..0d36705 100644
--- a/src/examples/rrdJFlotThree.html
+++ b/src/examples/rrdJFlotThree.html
@@ -60,7 +60,7 @@
lines: { show: true, fill: true, fillColor:"#00ff00"}}};
// 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() {