X-Git-Url: https://adrianiainlam.tk/git/?a=blobdiff_plain;ds=sidebyside;f=tests%2FdateWindow.html;h=2d8eea38aa48b3e8a4b450f7dbb387e9aa2db751;hb=25ca4e1c935157d4ab13aacd1b8dae327fa0b14e;hp=73860d023353704382bca9bcf3a6d8fa5be6498d;hpb=54425b14df388e9337a1d77876512bb60ba74c3b;p=dygraphs.git diff --git a/tests/dateWindow.html b/tests/dateWindow.html index 73860d0..2d8eea3 100644 --- a/tests/dateWindow.html +++ b/tests/dateWindow.html @@ -2,13 +2,12 @@ dateWindow - - - - - + + +

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