X-Git-Url: https://adrianiainlam.tk/git/?a=blobdiff_plain;f=tests%2Fdemo.html;h=b89d31f15512fb5411cb9217679a75bcace5b14e;hb=50360fd082e74dd47cdc95b96892fef7f2067ce9;hp=1fa66fd8660f7d5a9518c609afdca8b51316aece;hpb=285a6bda6e2d77336fb2ae2cc904039a35e8e755;p=dygraphs.git diff --git a/tests/demo.html b/tests/demo.html index 1fa66fd..b89d31f 100644 --- a/tests/demo.html +++ b/tests/demo.html @@ -1,6 +1,6 @@ - noise + demo @@ -12,7 +12,7 @@

Demo

(Mouse over to highlight individual values. Click and drag to zoom. Double-click to zoom out.)
@@ -39,11 +39,13 @@ labelsDiv: document.getElementById('status'), labelsSeparateLines: true, labelsKMB: true, - colors: ["hsl(180,60,50)", + colors: ["rgb(51,204,204)", "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}, + width: 480, + height: 320 } );
-
+