Skip to content

Commit

Permalink
start updating docs
Browse files Browse the repository at this point in the history
  • Loading branch information
danvk committed Nov 27, 2009
1 parent f7d6278 commit 2a6bfbd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,8 @@ <h2>Demo</h2>
"rgb(255,100,100)",
"#00DD55",
"rgba(50,50,200,0.4)"],
padding: {left: 40, right: 30, top: 15, bottom: 15}
padding: {left: 40, right: 30, top: 15, bottom: 15},
strokeWidth: 3.0
}
);
</script>
Expand Down
1 change: 1 addition & 0 deletions dygraph-combined.js
Original file line number Diff line number Diff line change
Expand Up @@ -4840,6 +4840,7 @@ this.dateWindow_=_56.dateWindow||null;
this.valueRange_=_56.valueRange||null;
this.wilsonInterval_=_56.wilsonInterval||true;
this.customBars_=_56.customBars||false;
div.innerHTML="";
if(div.style.width==""){
div.style.width=Dygraph.DEFAULT_WIDTH+"px";
}
Expand Down

0 comments on commit 2a6bfbd

Please sign in to comment.