From 2a6bfbd41d6302df34c788c2c63965a351fcb59e Mon Sep 17 00:00:00 2001 From: Dan Vanderkam Date: Thu, 26 Nov 2009 20:56:48 -0500 Subject: [PATCH] start updating docs --- docs/index.html | 3 ++- dygraph-combined.js | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) 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"; } -- 2.7.4