projects
/
dygraphs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
745e9e5
)
i
author
clocksmith
<antrob@google.com>
Fri, 22 Feb 2013 22:52:40 +0000
(17:52 -0500)
committer
clocksmith
<antrob@google.com>
Fri, 22 Feb 2013 22:52:40 +0000
(17:52 -0500)
dygraph.js
patch
|
blob
|
blame
|
history
diff --git
a/dygraph.js
b/dygraph.js
index
b2c9ba8
..
4ba9a7c
100644
(file)
--- 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.