From: clocksmith Date: Fri, 22 Feb 2013 22:52:40 +0000 (-0500) Subject: i X-Git-Tag: v1.0.0~48^2~5 X-Git-Url: https://adrianiainlam.tk/git/?a=commitdiff_plain;h=84f8643ddb816f06922cf1a3a0d49ccac05a8278;p=dygraphs.git i --- 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.