X-Git-Url: https://adrianiainlam.tk/git/?a=blobdiff_plain;f=tests%2FdateWindow.html;h=89c79693f9788b503986e7f75074c5204ade7694;hb=0bc4cb546af5d1ce157ad701a45169cc07c9c839;hp=b2b5d3fef55c7f7db41f7bc9cbde329982196ff8;hpb=7e5ddc9488079169a4311f870727043b5216a81e;p=dygraphs.git diff --git a/tests/dateWindow.html b/tests/dateWindow.html index b2b5d3f..89c7969 100644 --- a/tests/dateWindow.html +++ b/tests/dateWindow.html @@ -1,16 +1,13 @@ - + dateWindow - - + @@ -32,7 +29,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' ] } ); @@ -40,7 +38,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' ] } );