X-Git-Url: https://adrianiainlam.tk/git/?a=blobdiff_plain;f=tests%2Fdemo.html;h=2c7269901db023714ebf6a065a0d662a1e6578b1;hb=2d0fdf6eb18eafde50830b8109f42e20b82247b1;hp=5859a234301e0af3a865200c61c073809f9eb1c8;hpb=626505e1f1a5494bd10213401f01918ccfa58727;p=dygraphs.git diff --git a/tests/demo.html b/tests/demo.html index 5859a23..2c72699 100644 --- a/tests/demo.html +++ b/tests/demo.html @@ -1,15 +1,11 @@ - demo - - - - - + +

Demo

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