X-Git-Url: https://adrianiainlam.tk/git/?a=blobdiff_plain;f=tests%2Fdemo.html;h=7ead5149c97186d0990645ff4dd61352f04f47e2;hb=447254de1d05f324f802b80c8398372e5418f3bc;hp=1fa66fd8660f7d5a9518c609afdca8b51316aece;hpb=285a6bda6e2d77336fb2ae2cc904039a35e8e755;p=dygraphs.git diff --git a/tests/demo.html b/tests/demo.html index 1fa66fd..7ead514 100644 --- a/tests/demo.html +++ b/tests/demo.html @@ -1,10 +1,11 @@ - noise + demo - + + @@ -12,7 +13,7 @@

Demo

(Mouse over to highlight individual values. Click and drag to zoom. Double-click to zoom out.)
@@ -39,11 +40,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 } );
-
+