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