X-Git-Url: https://adrianiainlam.tk/git/?a=blobdiff_plain;f=tests%2Fspacing.html;h=b88311afafa9ecda5ca4edaf7cc29b93be9ab9e2;hb=f808e16e56550f5260f4cf8c335424925e23e6b5;hp=061c178f513f45c3ec924ce03147117e331c0a7d;hpb=7e5ddc9488079169a4311f870727043b5216a81e;p=dygraphs.git diff --git a/tests/spacing.html b/tests/spacing.html index 061c178..b88311a 100644 --- a/tests/spacing.html +++ b/tests/spacing.html @@ -1,16 +1,9 @@ - + spacing - - - + @@ -26,14 +19,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 + } + } } );