Fix stuck fading animation for series highlighting
authorKlaus Weidner <klausw@google.com>
Wed, 29 Feb 2012 00:06:32 +0000 (16:06 -0800)
committerKlaus Weidner <klausw@google.com>
Wed, 29 Feb 2012 00:11:56 +0000 (16:11 -0800)
commit1d44ee5e30ce80a7cbd2700b102df72fabccedc3
tree6790f0eb7a299a450cc41b987d093cf3d415495c
parent4131ea7dcb2d733f073e181c0734ef83f2b25268
Fix stuck fading animation for series highlighting

The animateId field wasn't being initialized correctly if
clearSelection() got called before the first call to setSelection().

TODO(klausw): add more generic support for animating changes to option
values?
dygraph.js