X-Git-Url: https://adrianiainlam.tk/git/?a=blobdiff_plain;f=docs%2Findex.html;h=7d9b180c7e70bd945f127f274e158aeca10e7667;hb=b39466eb8824b05cfa9b5428ab0e7984e6d18e6f;hp=421ca3abbf46fa962ceaf2818fd1bbd9a867327f;hpb=14c9d5bb3d2a2d2fd3a329003e43ae58ba4c784a;p=dygraphs.git diff --git a/docs/index.html b/docs/index.html index 421ca3a..7d9b180 100644 --- a/docs/index.html +++ b/docs/index.html @@ -58,7 +58,7 @@
  • Negative Numbers
  • Noisy Data
  • Multiple Series
  • -
  • Custom Underlay / background
  • +
  • Custom Underlay / background
  • @@ -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,
           {