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