X-Git-Url: https://adrianiainlam.tk/git/?a=blobdiff_plain;f=tests%2Fspacing.html;h=18f4e4d2e535048f45f724b7d9e79a82bae22a13;hb=3b196163552cb25ae554ac48a20fe3131bee5dd1;hp=c0d4d16971e316ee7588dd63f639bce2c7a4379c;hpb=2cfce1c8103454bca196e57db3f23272b7ee5b6e;p=dygraphs.git diff --git a/tests/spacing.html b/tests/spacing.html index c0d4d16..18f4e4d 100644 --- a/tests/spacing.html +++ b/tests/spacing.html @@ -6,7 +6,7 @@ For production (minified) code, use: --> - + @@ -22,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 + } + } } );