X-Git-Url: https://adrianiainlam.tk/git/?a=blobdiff_plain;f=tests%2FdateWindow.html;h=ec531922a1f23dd5d2d199fcbc459f8f51413fc0;hb=c08d4ce2562a5780a2396aa6c83e70a67a62aaa5;hp=6ba7e9237fa463e178d96ddf5f2fff3b9f5519be;hpb=dea29a4d4be3876830153021ed8825745dfcead9;p=dygraphs.git diff --git a/tests/dateWindow.html b/tests/dateWindow.html index 6ba7e92..ec53192 100644 --- a/tests/dateWindow.html +++ b/tests/dateWindow.html @@ -6,10 +6,12 @@ - - - - + + +

dateWindow is set to something other than an x-value in the data set. @@ -30,7 +32,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' ] } ); @@ -38,7 +41,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' ] } );