From: Dan Vanderkam Date: Fri, 27 Nov 2009 01:56:48 +0000 (-0500) Subject: start updating docs X-Git-Tag: v1.0.0~874^2~4^2~6^2~2 X-Git-Url: https://adrianiainlam.tk/git/?a=commitdiff_plain;h=2a6bfbd41d6302df34c788c2c63965a351fcb59e;p=dygraphs.git start updating docs --- diff --git a/docs/index.html b/docs/index.html index f3c3305..4ea19c8 100644 --- a/docs/index.html +++ b/docs/index.html @@ -81,7 +81,8 @@ "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 } ); diff --git a/dygraph-combined.js b/dygraph-combined.js index abb0dcb..6b90a70 100644 --- a/dygraph-combined.js +++ b/dygraph-combined.js @@ -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"; }