Add optional "locked" arg to setSelection
authorKlaus Weidner <klausw@google.com>
Fri, 27 Jul 2012 23:02:07 +0000 (16:02 -0700)
committerKlaus Weidner <klausw@google.com>
Fri, 27 Jul 2012 23:36:30 +0000 (16:36 -0700)
commitb9a3ece4ac8aeb31265823266ec359ad52ac2db0
tree75a42c338f8ad4e70b0defda390ab7c2518ee5c2
parent214083b469aec7f51223ec5c1532924d75c6eb2f
Add optional "locked" arg to setSelection

Locking a series selection temporarily disables the closest-series
logic of the highlighting code, switching it to traditional by-row
selection until unlocked by clearSelection().

This is useful for following values of a single series on mouseover,
see the example use in the "Highlight Closest Series" demo which
toggles this by clicking the graph.
auto_tests/tests/callback.js
dygraph.js
gallery/highlighted-series.js