From 1c6b239c23ed69c382adc81465daa7f1cfc12b54 Mon Sep 17 00:00:00 2001 From: timeu Date: Thu, 26 Jan 2012 13:53:04 -0500 Subject: [PATCH] Fix for issues 236 & 270 from timeu. Issue 236: Highlight callback will fail if the first data series has visibility=false Issue 270: Remove onResize event handler in destroy() function --- auto_tests/misc/local.html | 1 + auto_tests/tests/callback.js | 54 ++++++++++++++++++++++++++++++++++++++++++++ dygraph.js | 29 +++++++++++++++++------- 3 files changed, 76 insertions(+), 8 deletions(-) create mode 100644 auto_tests/tests/callback.js diff --git a/auto_tests/misc/local.html b/auto_tests/misc/local.html index d24cab8..8e4cfdd 100644 --- a/auto_tests/misc/local.html +++ b/auto_tests/misc/local.html @@ -39,6 +39,7 @@ +