X-Git-Url: https://adrianiainlam.tk/git/?a=blobdiff_plain;f=tests%2Fspacing.html;h=b88311afafa9ecda5ca4edaf7cc29b93be9ab9e2;hb=cc2bca6914b953332fe51a93f9be6d172871f4e6;hp=edd6d5d3b61b8e1778ae912ee60fb41d3130a6ec;hpb=10494b48b43d9ca8710d441d3c530c7d546f3edf;p=dygraphs.git diff --git a/tests/spacing.html b/tests/spacing.html index edd6d5d..b88311a 100644 --- a/tests/spacing.html +++ b/tests/spacing.html @@ -1,15 +1,10 @@ - + spacing - - - - - + + @@ -24,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 + } + } } );