X-Git-Url: https://adrianiainlam.tk/git/?a=blobdiff_plain;f=tests%2Fdemo.html;h=94582dcd5e4767f73f155b850a20f7eb063c2ae3;hb=98eb4713efecf58b904def42d9030e61bcbb4181;hp=5859a234301e0af3a865200c61c073809f9eb1c8;hpb=5bc3e265be640a29bc57d7d58c059322ab361d63;p=dygraphs.git diff --git a/tests/demo.html b/tests/demo.html index 5859a23..94582dc 100644 --- a/tests/demo.html +++ b/tests/demo.html @@ -6,10 +6,7 @@ - - - - +

Demo

@@ -40,6 +37,7 @@ labelsDiv: document.getElementById('status'), labelsSeparateLines: true, labelsKMB: true, + legend: 'always', colors: ["rgb(51,204,204)", "rgb(255,100,100)", "#00DD55", @@ -48,7 +46,10 @@ height: 480, title: 'Interesting Shapes', xlabel: 'Date', - ylabel: 'Count' + ylabel: 'Count', + axisLineColor: 'white', + gridLineWidth: 10 + // drawXGrid: false } );