diff options
author | Frank Wuerthwein <fkw@ucsd.edu> | 2009-02-27 03:38:26 +0000 |
---|---|---|
committer | Frank Wuerthwein <fkw@ucsd.edu> | 2009-02-27 03:38:26 +0000 |
commit | aaf0c323b98b9fd9d2f37d1703955447628c8e92 (patch) | |
tree | 864147a0c508089583402b764afac63a3e4bb8aa /src | |
parent | cb3eef87677ae752928555057458eb6761ff5f4d (diff) |
Update, use new library calls
Diffstat (limited to 'src')
-rw-r--r-- | src/examples/rrdJFlot.html | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/src/examples/rrdJFlot.html b/src/examples/rrdJFlot.html index c8c91f8..4151926 100644 --- a/src/examples/rrdJFlot.html +++ b/src/examples/rrdJFlot.html @@ -71,7 +71,7 @@ document.getElementById("fname").firstChild.data=fname; // the rrdFlot object creates and handles the graph - var f=new rrdFlot("mygraph",rrd_data); + var f=new rrdFlot("mygraph",rrd_data,null); } // This is the callback function that, @@ -101,15 +101,6 @@ } } - // Uncomment this part if you want the Web page to load the - // default RRD file at load time - // - //try { - // FetchBinaryURLAsync(fname,update_fname_handler); - //} catch (err) { - // alert("Failed loading "+fname+"\n"+err); - //} - </script> </body> </html> |