From 7a424b1dfc8faed56af4785b520857839a01f0f4 Mon Sep 17 00:00:00 2001 From: Igor Sfiligoi Date: Thu, 7 Nov 2013 21:15:55 +0000 Subject: Async classes have additional arguments now --- src/examples/rrdJFlotThree.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/examples/rrdJFlotThree.html') 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() { -- cgit v1.2.3-2-g168b