add regression test for NaN handling in errorbar mode.
authorKlaus Weidner <klausw@google.com>
Tue, 29 Oct 2013 17:01:20 +0000 (10:01 -0700)
committerKlaus Weidner <klausw@google.com>
Tue, 29 Oct 2013 17:01:20 +0000 (10:01 -0700)
commit9e7974b84527785814b33c18bdeea28cbf1662a7
tree2f3445c24c4dcf88a7ab35217953b66a4311f7e9
parentc0430a23fa1a263cf3ee2d436da235fd5829d0a3
add regression test for NaN handling in errorbar mode.

See https://code.google.com/p/dygraphs/issues/detail?id=466 .

The reported issue was that NaN values were unexpectedly being
drawn as connected in customBar=true mode. This already
works correctly in current Dygraphs, I've converted the jsfiddle
demonstrating the issue to a regression test.
auto_tests/tests/connect_separated_points.js