X-Git-Url: https://adrianiainlam.tk/git/?a=blobdiff_plain;f=tests%2Fnegative.html;h=68103b6c9c40e908e83659f009110764fab6f242;hb=fd6b8dadbaa0614671bef1508c23d6a932e25081;hp=890aa9ba2f55dab2123e6342c9a96a3d8554e928;hpb=d37dca408f3689184774e53bfabf3824a263e374;p=dygraphs.git diff --git a/tests/negative.html b/tests/negative.html index 890aa9b..68103b6 100644 --- a/tests/negative.html +++ b/tests/negative.html @@ -1,13 +1,10 @@ + + negatives - - - - - + +

All negatives (x-axis on top):

@@ -29,17 +26,17 @@ pos.push([i, 1000 + 2 * i, 1100 + i]); } - new Dygraph( + var g1 = new Dygraph( document.getElementById("g1"), negs, { labels: [ 'x', 'y1', 'y2' ] } ); - new Dygraph( + var g2 = new Dygraph( document.getElementById("g2"), mixed, { labels: [ 'x', 'y1', 'y2' ] } ); - new Dygraph( + var g3 = new Dygraph( document.getElementById("g3"), pos, { labels: [ 'x', 'y1', 'y2' ] } );