Fix a bug involving calls to updateOptions() while panning.
authorDan Vanderkam <dan@dygraphs.com>
Sun, 4 Mar 2012 14:46:37 +0000 (09:46 -0500)
committerDan Vanderkam <dan@dygraphs.com>
Sun, 4 Mar 2012 14:46:37 +0000 (09:46 -0500)
commit97583b90be3e80c95654d010db8a4b3f8813bb7a
tree00e2584604afc9dc2ed173f98eac76835bfaecba
parent304c1fbb055ba5159ba8730ceddbbd2b676a3c13
Fix a bug involving calls to updateOptions() while panning.

This showed up with data that gets updated periodically, i.e. the once/second
updates in dynamic-update.html. Previously the chart would disappear whenever
an update occurred.
auto_tests/misc/local.html
auto_tests/tests/error_bars.js
auto_tests/tests/update_while_panning.js [new file with mode: 0644]
dygraph-interaction-model.js