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/rrdJFlotFilter.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/examples/rrdJFlotFilter.html') diff --git a/src/examples/rrdJFlotFilter.html b/src/examples/rrdJFlotFilter.html index 61820ff..27c36a3 100644 --- a/src/examples/rrdJFlotFilter.html +++ b/src/examples/rrdJFlotFilter.html @@ -109,7 +109,7 @@ // we don't know what DSs we will get, so we have to use the callback // in principle, we could personalize ds_graph_opts in the callback as well, but we keep it simple here - flot_obj=new rrdFlotAsync("mygraph",null,graph_opts,ds_graph_opts,null,null,null,mycallback); + flot_obj=new rrdFlotAsync("mygraph",null,null,graph_opts,ds_graph_opts,null,null,null,mycallback); // this function is invoked when the RRD file name changes function fname_update() { -- cgit v1.2.3-2-g168b