X-Git-Url: https://adrianiainlam.tk/git/?a=blobdiff_plain;f=tests%2Fconnect-separated.html;h=306c74b80743dbbb4067a5241845f5c5f2dc486a;hb=44f29e932dcbe83c1bfaebb8735579392e27a5df;hp=8f304fcd16b6796a994e40805bfb4215b7a6f5fd;hpb=67b652690d3e178db51d7df027ee35ff22f1eead;p=dygraphs.git diff --git a/tests/connect-separated.html b/tests/connect-separated.html index 8f304fc..306c74b 100644 --- a/tests/connect-separated.html +++ b/tests/connect-separated.html @@ -1,8 +1,10 @@ + + connect separated @@ -23,12 +25,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"] });