Remove code that clamps horizontal hover to the final point. I don't think
authorAdam Vartanian <flooey@gmail.com>
Tue, 1 Feb 2011 18:53:32 +0000 (13:53 -0500)
committerAdam Vartanian <flooey@gmail.com>
Tue, 1 Feb 2011 19:02:09 +0000 (14:02 -0500)
commit0209e56f5bb5bf7bb35d7d5c9ce2148d423cf2a6
treedf67d88ceb86ef7cacfdca82bacf9318143825fa
parent60adad337b790d1e99414a5ca928203fe1326b83
Remove code that clamps horizontal hover to the final point.  I don't think
these do anything; all tests continue to work fine.  This makes it so that
if you have two lines, the first of which continues later than the second,
hovering will work for the first line at points later than the second
ends.

Modify connect-separated test to have nulls at end of final dataset,
to show the bug fix works.
dygraph.js
tests/connect-separated.html