X-Git-Url: https://adrianiainlam.tk/git/?a=blobdiff_plain;f=tests%2Funboxed-spark.html;h=e6b1424662d1d3e8b3bced2170b1afde3185e4e4;hb=c0e7b6254d879d6ccbfdd97b88eb904cc09cc9c1;hp=a4692cfab5a82eee04ed99d0835eaa5b7e9285ee;hpb=362d4b905121ba045762f5bd91180493643b4275;p=dygraphs.git diff --git a/tests/unboxed-spark.html b/tests/unboxed-spark.html index a4692cf..e6b1424 100644 --- a/tests/unboxed-spark.html +++ b/tests/unboxed-spark.html @@ -1,19 +1,14 @@ - + dygraphs unboxed - - - - - + + @@ -26,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, + } + } } ); @@ -52,13 +53,19 @@