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