X-Git-Url: https://adrianiainlam.tk/git/?a=blobdiff_plain;f=docs%2Findex.html;h=4ea19c81f33e312c289c1a8001183c8658c330de;hb=2a6bfbd41d6302df34c788c2c63965a351fcb59e;hp=b0aceb3a6c2a291c219b0eb74716519c600eeaba;hpb=285a6bda6e2d77336fb2ae2cc904039a35e8e755;p=dygraphs.git diff --git a/docs/index.html b/docs/index.html index b0aceb3..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 } ); @@ -293,6 +294,23 @@ new Dygraph( padding: {left:30, right:30, top:5, bottom:5} }); +

Other Options