X-Git-Url: https://adrianiainlam.tk/git/?a=blobdiff_plain;f=tests%2FdateWindow.html;h=7deb861a68e813d23eaf8eedf5f8603f95c38909;hb=6e20721120a88fcf451c19559dfc62e2d316dd85;hp=82c41a95a4acad96c4bcf24c08929a30bbfb1b4e;hpb=1f75a05ce24d88587871a7305f1982010577cd33;p=dygraphs.git diff --git a/tests/dateWindow.html b/tests/dateWindow.html index 82c41a9..7deb861 100644 --- a/tests/dateWindow.html +++ b/tests/dateWindow.html @@ -1,13 +1,10 @@ + + dateWindow - - - - - + +

dateWindow is set to something other than an x-value in the data set. @@ -28,7 +25,8 @@ document.getElementById("div_g1"), data, { dateWindow: [ Date.parse("2009/09/29 12:00:00"), - Date.parse("2009/10/10 12:00:00") ] + Date.parse("2009/10/10 12:00:00") ], + labels: [ 'Date', 'Y1', 'Y2' ] } ); @@ -36,7 +34,8 @@ document.getElementById("div_g2"), data, { dateWindow: [ Date.parse("2009/10/01 12:00:00"), - Date.parse("2009/10/08 12:00:00") ] + Date.parse("2009/10/08 12:00:00") ], + labels: [ 'Date', 'Y1', 'Y2' ] } );