From: Dan Vanderkam Date: Mon, 9 May 2011 18:09:09 +0000 (-0400) Subject: more space for y-axis label on noise test X-Git-Tag: v1.0.0~489 X-Git-Url: https://adrianiainlam.tk/git/?a=commitdiff_plain;h=f35d857d75fa1c0ecacdf58bb186ccd09b1194d7;p=dygraphs.git more space for y-axis label on noise test --- diff --git a/tests/noise.html b/tests/noise.html index 6c5b566..a544d4e 100644 --- a/tests/noise.html +++ b/tests/noise.html @@ -25,7 +25,6 @@ errorBars: true, legend: 'always', ylabel: 'Percent Error', - yAxisLabelWidth: 25, title: 'Error Rates over Time (7-day rollup)' } ); @@ -40,7 +39,6 @@ }, labelsDivWidth: 170, ylabel: 'Percent Error', - yAxisLabelWidth: 25, title: 'Error Rates over Time (14-day rollup)' } );