From 84f8643ddb816f06922cf1a3a0d49ccac05a8278 Mon Sep 17 00:00:00 2001 From: clocksmith Date: Fri, 22 Feb 2013 17:52:40 -0500 Subject: [PATCH] i --- dygraph.js | 1 + 1 file changed, 1 insertion(+) diff --git a/dygraph.js b/dygraph.js index b2c9ba8..4ba9a7c 100644 --- a/dygraph.js +++ b/dygraph.js @@ -2596,6 +2596,7 @@ Dygraph.prototype.computeYAxisRanges_ = function(extremes) { if (series.length === 0) { // If no series are defined or visible then use a reasonable default + ypadCompat = true; axis.extremeRange = [0, 1]; } else { // Calculate the extremes of extremes. -- 2.7.4