start updating docs
authorDan Vanderkam <danvdk@gmail.com>
Fri, 27 Nov 2009 01:56:48 +0000 (20:56 -0500)
committerDan Vanderkam <danvdk@gmail.com>
Fri, 27 Nov 2009 01:56:48 +0000 (20:56 -0500)
docs/index.html
dygraph-combined.js

index f3c3305..4ea19c8 100644 (file)
@@ -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
           }
       );
 </script>
index abb0dcb..6b90a70 100644 (file)
@@ -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";
 }