X-Git-Url: https://adrianiainlam.tk/git/?a=blobdiff_plain;f=tests%2Fspacing.html;h=b88311afafa9ecda5ca4edaf7cc29b93be9ab9e2;hb=6e20721120a88fcf451c19559dfc62e2d316dd85;hp=edd6d5d3b61b8e1778ae912ee60fb41d3130a6ec;hpb=e5152598cf72fb46c396f79edebc68e9fb4fec73;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 + } + } } );