X-Git-Url: https://adrianiainlam.tk/git/?a=blobdiff_plain;ds=sidebyside;f=tests%2FdateWindow.html;h=7deb861a68e813d23eaf8eedf5f8603f95c38909;hb=c0e7b6254d879d6ccbfdd97b88eb904cc09cc9c1;hp=9b1203cb7232251ab7b4cd2964b9e2f9cdf12bad;hpb=d56573af578352ce41cef1d1a95d6de979657663;p=dygraphs.git diff --git a/tests/dateWindow.html b/tests/dateWindow.html index 9b1203c..7deb861 100644 --- a/tests/dateWindow.html +++ b/tests/dateWindow.html @@ -1,12 +1,10 @@ + + dateWindow - - - - + +

dateWindow is set to something other than an x-value in the data set. @@ -27,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' ] } ); @@ -35,15 +34,10 @@ 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' ] } ); - -