Some points may be null, not just undefined, so compare points via != with
authorAdam Vartanian <flooey@gmail.com>
Mon, 3 May 2010 21:24:51 +0000 (17:24 -0400)
committerAdam Vartanian <flooey@gmail.com>
Mon, 3 May 2010 21:24:51 +0000 (17:24 -0400)
commit4a634fc709319a85a2bb74c1f48b885b029b1b0b
treed61e89439d76b8903afa828ddd66919e080ef6d0
parent10a6456d9d5385e723d93bd69ba6e20426721697
Some points may be null, not just undefined, so compare points via != with
null (which will return false for both null and undefined).
dygraph.js