Small bug: when selPoints_ is empty, pointClickCallback is always called
authorRobert Konigsberg <konigsberg@google.com>
Wed, 25 May 2011 18:59:10 +0000 (14:59 -0400)
committerRobert Konigsberg <konigsberg@google.com>
Wed, 25 May 2011 18:59:10 +0000 (14:59 -0400)
commit5d48586bae561162d3f6abe8a2092066c8977b4a
tree1789c8603e185bf5dfebd718892e1710fab76a2f
parenteee806a0323c685c0ba9f9e40d80f050ac587d64
Small bug: when selPoints_ is empty, pointClickCallback is always called
because closestDistance < 5*5. So make it MAX_NUM. We could probably
remove the closestIdx == 1 too.
dygraph.js