X-Git-Url: https://adrianiainlam.tk/git/?a=blobdiff_plain;f=tests%2Fdemo.html;h=2c7269901db023714ebf6a065a0d662a1e6578b1;hb=93ec1094eb75477b455efaa7adeb10190b87992b;hp=2a2ea2065225d6c3581a880da921a9c4bafaad8d;hpb=dea29a4d4be3876830153021ed8825745dfcead9;p=dygraphs.git diff --git a/tests/demo.html b/tests/demo.html index 2a2ea20..2c72699 100644 --- a/tests/demo.html +++ b/tests/demo.html @@ -1,15 +1,11 @@ - demo - - - - - + +

Demo

@@ -36,19 +32,23 @@ } return r; }, - null, { - rollPeriod: 1, labelsDiv: document.getElementById('status'), labelsSeparateLines: true, labelsKMB: true, + legend: 'always', 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}, - width: 480, - height: 320 + width: 640, + height: 480, + title: 'Interesting Shapes', + xlabel: 'Date', + ylabel: 'Count', + axisLineColor: 'white', + showRangeSelector: true + // drawXGrid: false } );