Allow zooms to go 200px past the edge.
authorDan Vanderkam <danvdk@gmail.com>
Wed, 19 Nov 2014 01:21:55 +0000 (20:21 -0500)
committerDan Vanderkam <danvdk@gmail.com>
Wed, 19 Nov 2014 01:21:55 +0000 (20:21 -0500)
commit3f50dabbb12935605812184bfdd4a1485b1b9530
tree9702f84db14b539de0377c939a539f0e21c5c96e
parent867786ec641724e1e8970f1d5a961e3e9be400df
Allow zooms to go 200px past the edge.

This requires registering mousemove/mouseup on document, rather than the
canvas. This is a bit scary! But the tests pass, and this is generally
pretty well-tested code.
dygraph-interaction-model.js
dygraph.js