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)
commitb1a3b195f92497b7dd659171af60fa46c93c50c2
tree0528b9fc2bde9b6753e2dfed123b1f440e2ae841
parent41ee764f8a4eca14b72c66116b6cca0084b82b77
Add support for animated zooms.

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.
auto_tests/lib/Asserts.js
auto_tests/tests/tickers.disabled-js [new file with mode: 0644]
auto_tests/tests/tickers.js [deleted file]
dygraph-options-reference.js
dygraph-utils.js
dygraph.js
tests/highlighted-region.html
tests/link-interaction.html