X-Git-Url: https://adrianiainlam.tk/git/?a=blobdiff_plain;f=tests%2Fspacing.html;h=18f4e4d2e535048f45f724b7d9e79a82bae22a13;hb=2b66af4f76dcd72d22f5844cb7684f3cb79fde42;hp=21a8ae50fdcbc4a31d3628eb09b47e3072d98794;hpb=178b1e0a5023bd55b8636242623e7eb82ac12d5d;p=dygraphs.git diff --git a/tests/spacing.html b/tests/spacing.html index 21a8ae5..18f4e4d 100644 --- a/tests/spacing.html +++ b/tests/spacing.html @@ -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 + } + } } );