X-Git-Url: https://adrianiainlam.tk/git/?a=blobdiff_plain;f=tests%2Fconnect-separated.html;h=3c38362c55acefae3184947236ccdcc4b3a91f41;hb=606568fef36a321148399da4c58a05e2753ac2f9;hp=31ebc2427c5f60dc17629985d6966c75dfbe9fbe;hpb=a2b2c3a13b968bf10c9dbea58683b0f51011b547;p=dygraphs.git diff --git a/tests/connect-separated.html b/tests/connect-separated.html index 31ebc24..3c38362 100644 --- a/tests/connect-separated.html +++ b/tests/connect-separated.html @@ -1,3 +1,4 @@ + connect separated @@ -23,12 +24,12 @@ [ 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, - labels: ["Date","Series1","Series2","Series3"], + labels: ["Date","Series1","Series2","Series3"] });