X-Git-Url: https://adrianiainlam.tk/git/?a=blobdiff_plain;f=tests%2Fspacing.html;h=b88311afafa9ecda5ca4edaf7cc29b93be9ab9e2;hb=f808e16e56550f5260f4cf8c335424925e23e6b5;hp=21a8ae50fdcbc4a31d3628eb09b47e3072d98794;hpb=fbd6834a9de994c68825a17fdaae2eaf514227ae;p=dygraphs.git diff --git a/tests/spacing.html b/tests/spacing.html index 21a8ae5..b88311a 100644 --- a/tests/spacing.html +++ b/tests/spacing.html @@ -1,11 +1,8 @@ + spacing - @@ -22,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 + } + } } );