Add support for animated zooms.
authorDan Vanderkam <dan@dygraphs.com>
Sun, 11 Dec 2011 15:46:58 +0000 (10:46 -0500)
committerDan Vanderkam <dan@dygraphs.com>
Sun, 11 Dec 2011 15:46:58 +0000 (10:46 -0500)
This is currently disabled by default, but can be enabled via the animatedZooms
option. The animation always uses 10 frames and lasts 200 ms, though this will
likely change in the future.

Includes some internal refactoring to reduce the amount of work done on each
animation frame.


No differences found