X-Git-Url: https://adrianiainlam.tk/git/?a=blobdiff_plain;f=tests%2Fspacing.html;h=8d9292b9a70cbb50dc4703d68bfc67f751ec3535;hb=0bc4cb546af5d1ce157ad701a45169cc07c9c839;hp=c0d4d16971e316ee7588dd63f639bce2c7a4379c;hpb=2cfce1c8103454bca196e57db3f23272b7ee5b6e;p=dygraphs.git diff --git a/tests/spacing.html b/tests/spacing.html index c0d4d16..8d9292b 100644 --- a/tests/spacing.html +++ b/tests/spacing.html @@ -1,12 +1,13 @@ + spacing - + @@ -22,14 +23,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 + } + } } );