X-Git-Url: https://adrianiainlam.tk/git/?a=blobdiff_plain;f=tests%2Funboxed-spark.html;h=2713467f1cb153f44d792c5fa645e152e73497b7;hb=6eef8c1b9ec7b247ee2b508032bd3ec957d0fb68;hp=cb24df5315a9b230ccda5975f93bdfc00405dab8;hpb=bbfb84f2a5e0fbb5259fab16f0785a5806c5bf8d;p=dygraphs.git diff --git a/tests/unboxed-spark.html b/tests/unboxed-spark.html index cb24df5..2713467 100644 --- a/tests/unboxed-spark.html +++ b/tests/unboxed-spark.html @@ -1,21 +1,17 @@ - dygraphs unboxed - - + @@ -28,10 +24,16 @@ g = new Dygraph( document.getElementById("div_g"), data, { - drawXAxis: show_box, - drawYAxis: show_box, - drawXGrid: show_box, - drawYGrid: show_box + axes : { + x : { + drawGrid: show_box, + drawAxis : show_box, + }, + y : { + drawGrid: show_box, + drawAxis : show_box, + } + } } ); @@ -54,13 +56,19 @@