summaryrefslogtreecommitdiff
path: root/src/examples/rrdJFlotThree.html
diff options
context:
space:
mode:
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() {