X-Git-Url: https://adrianiainlam.tk/git/?a=blobdiff_plain;f=tests%2FdateWindow.html;h=96926e4f5a80849c98158c667ded22e7a2619b2d;hb=2a1f00d810b5c4f04b72bc6a393380b858f70909;hp=9b1203cb7232251ab7b4cd2964b9e2f9cdf12bad;hpb=50360fd082e74dd47cdc95b96892fef7f2067ce9;p=dygraphs.git diff --git a/tests/dateWindow.html b/tests/dateWindow.html index 9b1203c..96926e4 100644 --- a/tests/dateWindow.html +++ b/tests/dateWindow.html @@ -1,12 +1,13 @@ + dateWindow - - - - + + +

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