X-Git-Url: https://adrianiainlam.tk/git/?a=blobdiff_plain;f=tests%2FdateWindow.html;h=96926e4f5a80849c98158c667ded22e7a2619b2d;hb=2b66af4f76dcd72d22f5844cb7684f3cb79fde42;hp=6ba7e9237fa463e178d96ddf5f2fff3b9f5519be;hpb=10494b48b43d9ca8710d441d3c530c7d546f3edf;p=dygraphs.git diff --git a/tests/dateWindow.html b/tests/dateWindow.html index 6ba7e92..96926e4 100644 --- a/tests/dateWindow.html +++ b/tests/dateWindow.html @@ -1,15 +1,13 @@ - dateWindow - - - - - + + +

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