i
authorclocksmith <antrob@google.com>
Fri, 22 Feb 2013 22:52:40 +0000 (17:52 -0500)
committerclocksmith <antrob@google.com>
Fri, 22 Feb 2013 22:52:40 +0000 (17:52 -0500)
dygraph.js

index b2c9ba8..4ba9a7c 100644 (file)
@@ -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.