X-Git-Url: https://adrianiainlam.tk/git/?a=blobdiff_plain;f=tests%2FdateWindow.html;h=ec531922a1f23dd5d2d199fcbc459f8f51413fc0;hb=91cf61beb7c8d3836f3d860bf89a4464dabdf709;hp=51fa146265376ccab2fd6f3e66ed6b155791bf19;hpb=bb66df31ffc04645f3227d81651574dd5d4561ae;p=dygraphs.git diff --git a/tests/dateWindow.html b/tests/dateWindow.html index 51fa146..ec53192 100644 --- a/tests/dateWindow.html +++ b/tests/dateWindow.html @@ -1,13 +1,17 @@ + + dateWindow - - - - + + +

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