projects
/
dygraphs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e55b4f4
)
Update dygraph.js
author
Wim Bruynooghe
<wim@wimme.net>
Fri, 31 May 2013 14:03:40 +0000
(17:03 +0300)
committer
Wim Bruynooghe
<wim@wimme.net>
Fri, 31 May 2013 14:03:40 +0000
(17:03 +0300)
dygraph.js
patch
|
blob
|
blame
|
history
diff --git
a/dygraph.js
b/dygraph.js
index
dfab016
..
752c94d
100644
(file)
--- a/
dygraph.js
+++ b/
dygraph.js
@@
-2829,8
+2829,7
@@
Dygraph.prototype.extractSeries_ = function(rawData, i, logScale) {
break;
}
}
- }
- else if (point <= 0) {
+ } else if (point <= 0) {
point = null;
}
}