X-Git-Url: https://adrianiainlam.tk/git/?a=blobdiff_plain;f=tests%2Fspacing.html;h=18f4e4d2e535048f45f724b7d9e79a82bae22a13;hb=c4c10db644336a08b581e2efdb3ad75b950c905c;hp=061c178f513f45c3ec924ce03147117e331c0a7d;hpb=bbfb84f2a5e0fbb5259fab16f0785a5806c5bf8d;p=dygraphs.git diff --git a/tests/spacing.html b/tests/spacing.html index 061c178..18f4e4d 100644 --- a/tests/spacing.html +++ b/tests/spacing.html @@ -1,16 +1,12 @@ - spacing - - + @@ -26,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 + } + } } );