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