X-Git-Url: https://adrianiainlam.tk/git/?a=blobdiff_plain;f=tests%2Fconnect-separated.html;h=608396cd9a525526875e8b9cae14c0ff34b08ab6;hb=c1f22b5a5d4ffbf25a75fc567232e65381c1938b;hp=24b87a866e34f0e6e64f1ca628b6e23b6fd7ec83;hpb=f30cf7405c2071be3b802bc569e2cab5a7675afa;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,