From 5cb209984063080a8e60c848897d0d05d4f6b18c Mon Sep 17 00:00:00 2001 From: Dan Vanderkam Date: Fri, 4 Sep 2009 02:29:32 +0000 Subject: [PATCH] update spacing test to set pixelsPerYLabel --- tests/spacing.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/spacing.html b/tests/spacing.html index d6ebb75..8113d21 100644 --- a/tests/spacing.html +++ b/tests/spacing.html @@ -20,12 +20,14 @@ document.getElementById("g"), data, null, { rollPeriod: 7, + pixelsPerYLabel: 20 } ); g2 = new DateGraph( document.getElementById("g2"), data, null, { rollPeriod: 7, + pixelsPerYLabel: 20 } ); -- 2.7.4