Implementing vertical zooming. Vertical zooming reveals rendering issues which should...
authorRobert Konigsberg <konigsberg@google.com>
Thu, 23 Sep 2010 20:44:15 +0000 (16:44 -0400)
committerRobert Konigsberg <konigsberg@google.com>
Thu, 23 Sep 2010 20:44:15 +0000 (16:44 -0400)
commit8b83c6cc6495cf8a22ed2af673736e774a29ca1d
treeac6583d47b8bde9c617ef00e241dd382b44cbcfc
parent34bbe78bab0cfe4a986802aa2e3dc5edbcc55c35
Implementing vertical zooming. Vertical zooming reveals rendering issues which should be dealt with too.

This also fixes two small bugs: a getY method that gets an X coordinate instead, and also it disables double-click operations when one of the panning keyboard modifiers is pressed.
dygraph.js
tests/zoom.html [new file with mode: 0644]