From caf49918f207824e208cc58fa8500145a2ef541b Mon Sep 17 00:00:00 2001 From: Dan Vanderkam Date: Thu, 26 Nov 2009 21:00:07 -0500 Subject: [PATCH] update combined --- dygraph-combined.js | 1 + 1 file changed, 1 insertion(+) 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