Export .isSeriesLocked() API function
authorKlaus Weidner <klausw@google.com>
Tue, 31 Jul 2012 19:07:34 +0000 (12:07 -0700)
committerKlaus Weidner <klausw@google.com>
Tue, 31 Jul 2012 19:21:45 +0000 (12:21 -0700)
commit3f55b813316f73082795fe52f6cf26e9f1592f12
treeee6fe5efbcb1b62610545925aeba674f80516b36
parent85e975f9e164acfd6bdbb9a4b20d6a40f2d2a850
Export .isSeriesLocked() API function

This is a followup to https://github.com/danvk/dygraphs/pull/159,
exposing the .lockedSet_ internal attribute through the API
for use in callbacks, and also with an eye for future extraction
of the mouseover logic into a plugin.

Includes a fix for the auto_test name, it was erroneously replacing
the existing testClosestPointCallbackCss1 test due to a name clash.
auto_tests/tests/callback.js
dygraph.js
gallery/highlighted-series.js