From: Dan Vanderkam Date: Wed, 16 Jun 2010 01:50:57 +0000 (-0700) Subject: fix bug reported by kakligian X-Git-Tag: v1.0.0~681 X-Git-Url: https://adrianiainlam.tk/git/?a=commitdiff_plain;h=fb369f35fe90a793a8f41e9cff251eae23e782d8;p=dygraphs.git fix bug reported by kakligian --- diff --git a/docs/index.html b/docs/index.html index 421ca3a..9148ee0 100644 --- a/docs/index.html +++ b/docs/index.html @@ -839,7 +839,7 @@ perl -ne 'BEGIN{print "Month,Nominal,Real\n"} chomp; ($m,$cpi,$low,$close,$high)

Call org.danvk.Dygraphs.install() when your application starts to install the JavaScript code into the browser. You can use JSNI to call Dygraphs from your GWT code, as in the example below. The example uses the Visualization API for GWT and the Dygraphs GViz API.

-  public static native JavaScriptObject drawDygraph(Element element, DataTable data, double minY, double maxY) /*-{
+  public static native JavaScriptObject drawDygraph(Element element, DataTable dataTable, double minY, double maxY) /*-{
     var chart = new $wnd.Dygraph.GVizChart(element);
     chart.draw(dataTable,
       {