X-Git-Url: https://adrianiainlam.tk/git/?a=blobdiff_plain;f=tests%2Funboxed-spark.html;h=e6b1424662d1d3e8b3bced2170b1afde3185e4e4;hb=6611837c5490f2f4b6d61967aa1ad658ed5f11d4;hp=cb24df5315a9b230ccda5975f93bdfc00405dab8;hpb=bbfb84f2a5e0fbb5259fab16f0785a5806c5bf8d;p=dygraphs.git diff --git a/tests/unboxed-spark.html b/tests/unboxed-spark.html index cb24df5..e6b1424 100644 --- a/tests/unboxed-spark.html +++ b/tests/unboxed-spark.html @@ -1,21 +1,14 @@ - + dygraphs unboxed - - - + @@ -28,10 +21,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 +53,19 @@