X-Git-Url: https://adrianiainlam.tk/git/?a=blobdiff_plain;f=tests%2Fspacing.html;h=18f4e4d2e535048f45f724b7d9e79a82bae22a13;hb=6eef8c1b9ec7b247ee2b508032bd3ec957d0fb68;hp=3172e48563ebc9935129759f7fd52a72e038628a;hpb=54425b14df388e9337a1d77876512bb60ba74c3b;p=dygraphs.git diff --git a/tests/spacing.html b/tests/spacing.html index 3172e48..18f4e4d 100644 --- a/tests/spacing.html +++ b/tests/spacing.html @@ -2,13 +2,12 @@ spacing - - - - - + + + @@ -23,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 + } + } } );