X-Git-Url: https://adrianiainlam.tk/git/?a=blobdiff_plain;f=tests%2Fspacing.html;h=18f4e4d2e535048f45f724b7d9e79a82bae22a13;hb=ce31caf22475e3e1fd6d9fea192d61ff4fcd7fac;hp=1cd08377b569a45e17bcf31090c3b6554f0437a5;hpb=bb66df31ffc04645f3227d81651574dd5d4561ae;p=dygraphs.git diff --git a/tests/spacing.html b/tests/spacing.html index 1cd0837..18f4e4d 100644 --- a/tests/spacing.html +++ b/tests/spacing.html @@ -1,13 +1,13 @@ + spacing - - - - - + + + @@ -22,14 +22,22 @@ document.getElementById("div_g"), data, { rollPeriod: 7, - pixelsPerYLabel: 20 + axes: { + y: { + pixelsPerLabel: 20 + } + } } ); g2 = new Dygraph( document.getElementById("div_g2"), data, { rollPeriod: 7, - pixelsPerYLabel: 20 + axes: { + y: { + pixelsPerLabel: 20 + } + } } );