X-Git-Url: https://adrianiainlam.tk/git/?a=blobdiff_plain;f=tests%2Funboxed-spark.html;h=3dc89684aca36bbaa93cf410ab12c3e855b139a4;hb=cf61aeb77cda5e2638b1f00588dcd90394afd24c;hp=a4692cfab5a82eee04ed99d0835eaa5b7e9285ee;hpb=362d4b905121ba045762f5bd91180493643b4275;p=dygraphs.git diff --git a/tests/unboxed-spark.html b/tests/unboxed-spark.html index a4692cf..3dc8968 100644 --- a/tests/unboxed-spark.html +++ b/tests/unboxed-spark.html @@ -1,19 +1,18 @@ - + dygraphs unboxed - - - - - + + + @@ -26,10 +25,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 +57,19 @@