summaryrefslogtreecommitdiff
path: root/src/examples/rrdJFlotSimple.html
diff options
context:
space:
mode:
Diffstat (limited to 'src/examples/rrdJFlotSimple.html')
-rw-r--r--src/examples/rrdJFlotSimple.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/examples/rrdJFlotSimple.html b/src/examples/rrdJFlotSimple.html
index d723405..98fc4c6 100644
--- a/src/examples/rrdJFlotSimple.html
+++ b/src/examples/rrdJFlotSimple.html
@@ -73,12 +73,12 @@
var graph_opts1={legend: { noColumns:4}, yaxis:{max:250,min:-200}};
var rrdflot_defaults1={graph_only:true,use_checked_DSs:true,checked_DSs:['SignChanger'],use_rra:true,rra:1}
// the rrdFlotAsync object creates and handles the graph
- var f1=new rrdFlotAsync("mygraph1","example3.rrd",graph_opts1,ds_graph_opts,rrdflot_defaults1);
+ var f1=new rrdFlotAsync("mygraph1","example3.rrd",null,graph_opts1,ds_graph_opts,rrdflot_defaults1);
var graph_opts2={legend: { noColumns:4}, yaxis:{min:100},tooltipOpts:{content:"MyValue: %y.3"}};
var rrdflot_defaults2={graph_only:true,use_checked_DSs:true,checked_DSs:['Oscilator'],use_rra:true,rra:0}
// the rrdFlotAsync object creates and handles the graph
- var f2=new rrdFlotAsync("mygraph2","example3.rrd",graph_opts2,ds_graph_opts,rrdflot_defaults2);
+ var f2=new rrdFlotAsync("mygraph2","example3.rrd",null,graph_opts2,ds_graph_opts,rrdflot_defaults2);
</script>
</body>
</html>