projects
/
dygraphs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
06c0e1e
)
Formatting change.
author
Shawn
<sorourke@elliottbayenergy.com>
Tue, 26 Nov 2013 16:30:39 +0000
(08:30 -0800)
committer
Shawn
<sorourke@elliottbayenergy.com>
Tue, 26 Nov 2013 16:30:39 +0000
(08:30 -0800)
dygraph.js
patch
|
blob
|
blame
|
history
diff --git
a/dygraph.js
b/dygraph.js
index
85885e2
..
e6b971b
100644
(file)
--- a/
dygraph.js
+++ b/
dygraph.js
@@
-2368,8
+2368,7
@@
Dygraph.stackPoints_ = function(
if (isNaN(actualYval) || actualYval === null) {
if(fillMethod == 'none') {
actualYval = 0;
- }
- else {
+ } else {
// Interpolate/extend for stacking purposes if possible.
updateNextPoint(i);
if (prevPoint && nextPoint && fillMethod != 'none') {