X-Git-Url: https://adrianiainlam.tk/git/?a=blobdiff_plain;f=tests%2Fconnect-separated.html;h=608396cd9a525526875e8b9cae14c0ff34b08ab6;hb=b050a8cb0b28ed10b42e88ad531900546b2ad8df;hp=24b87a866e34f0e6e64f1ca628b6e23b6fd7ec83;hpb=31b1e39414bfe9d5c7f8e0373d8e772ca3fd7693;p=dygraphs.git diff --git a/tests/connect-separated.html b/tests/connect-separated.html index 24b87a8..608396c 100644 --- a/tests/connect-separated.html +++ b/tests/connect-separated.html @@ -1,13 +1,17 @@ + + connect separated - - - - + + +

Connecting separated points. All three of the series should have their points @@ -23,8 +27,8 @@ [ new Date("2009/12/03"), null, null, 12], [ new Date("2009/12/04"), 20, 14, null], [ new Date("2009/12/05"), 15, null, 17], - [ new Date("2009/12/06"), 18, null, 16], - [ new Date("2009/12/07"), 12, 14, 19] + [ new Date("2009/12/06"), 18, null, null], + [ new Date("2009/12/07"), 12, 14, null] ], { connectSeparatedPoints: true,