projects
/
dygraphs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c6bdcd6
)
Add comments
author
Adam Vartanian
<flooey@gmail.com>
Wed, 11 Apr 2012 15:12:28 +0000
(11:12 -0400)
committer
Adam Vartanian
<flooey@gmail.com>
Wed, 11 Apr 2012 15:12:28 +0000
(11:12 -0400)
dygraph-layout.js
patch
|
blob
|
blame
|
history
diff --git
a/dygraph-layout.js
b/dygraph-layout.js
index
8147e48
..
58f169b
100644
(file)
--- a/
dygraph-layout.js
+++ b/
dygraph-layout.js
@@
-361,6
+361,7
@@
DygraphLayout.prototype.removeAllDatasets = function() {
*/
DygraphLayout.prototype.unstackPointAtIndex = function(idx) {
var point = this.points[idx];
+ // If the point is missing, no unstacking is necessary
if (!point.yval) {
return point;
}