X-Git-Url: https://adrianiainlam.tk/git/?a=blobdiff_plain;f=tests%2Fnegative.html;h=8a2ad22d0b5a460ba4c9e0b4e343f89a6e7b2eae;hb=c4c10db644336a08b581e2efdb3ad75b950c905c;hp=475ea17bec3342b69b000d2904f8c135a2a9751b;hpb=bbfb84f2a5e0fbb5259fab16f0785a5806c5bf8d;p=dygraphs.git diff --git a/tests/negative.html b/tests/negative.html index 475ea17..8a2ad22 100644 --- a/tests/negative.html +++ b/tests/negative.html @@ -1,16 +1,12 @@ - negatives - - + @@ -33,17 +29,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' ] } );