X-Git-Url: https://adrianiainlam.tk/git/?a=blobdiff_plain;f=tests%2Fdemo.html;h=c4a16235ef8aadd9bf76ec66f4ea64b70f1f7b8f;hb=14cc6862eecf8da2717d764e7dcbc5fe04054538;hp=5859a234301e0af3a865200c61c073809f9eb1c8;hpb=88cd3434ef1ca9bdff38ee7cfafd076fbbe88b8e;p=dygraphs.git diff --git a/tests/demo.html b/tests/demo.html index 5859a23..c4a1623 100644 --- a/tests/demo.html +++ b/tests/demo.html @@ -1,15 +1,8 @@ - demo - - - - - +

Demo

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