projects
/
dygraphs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8b7a0cc
)
update combined
author
Dan Vanderkam
<danvdk@gmail.com>
Sun, 13 Dec 2009 23:01:10 +0000
(15:01 -0800)
committer
Dan Vanderkam
<danvdk@gmail.com>
Sun, 13 Dec 2009 23:01:10 +0000
(15:01 -0800)
dygraph-combined.js
patch
|
blob
|
blame
|
history
diff --git
a/dygraph-combined.js
b/dygraph-combined.js
index
455d75e
..
15d2e5e
100644
(file)
--- a/
dygraph-combined.js
+++ b/
dygraph-combined.js
@@
-234,7
+234,7
@@
_40.save();
_40.strokeStyle=this.options.axisLineColor;
_40.lineWidth=this.options.axisLineWidth;
if(this.options.drawYAxis){
-if(this.layout.yticks){
+if(this.layout.yticks
&&this.layout.yticks.length>0
){
for(var i=0;i<this.layout.yticks.length;i++){
var _46=this.layout.yticks[i];
if(typeof (_46)=="function"){