From b35cae3c5f573bff4f1a6b454993e9f1370d6f57 Mon Sep 17 00:00:00 2001 From: alisonjm Date: Wed, 8 Jun 2011 21:31:15 +0000 Subject: Commiting in case I changed something and forgot about it. --- src/examples/rrdJFlot.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/examples/rrdJFlot.html b/src/examples/rrdJFlot.html index 9dc67c6..1e240db 100644 --- a/src/examples/rrdJFlot.html +++ b/src/examples/rrdJFlot.html @@ -73,10 +73,12 @@ lines: { show: true, fill: true} }, 'Running':{color: "#000000",yaxis:2}}; + + // the rrdFlot object creates and handles the graph var f=new rrdFlot("mygraph",rrd_data,graph_opts,ds_graph_opts); } - + // This is the callback function that, // given a binary file object, // verifies that it is a valid RRD archive -- cgit v1.2.3