From aaf10690d540d4c5e99e1f65d108cbfa280322c2 Mon Sep 17 00:00:00 2001 From: David Schnur Date: Mon, 16 Jul 2012 13:08:52 -0300 Subject: [PATCH] Added credits for the highlightColor option. --- NEWS.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/NEWS.txt b/NEWS.txt index a91d899..c78b38b 100644 --- a/NEWS.txt +++ b/NEWS.txt @@ -78,6 +78,10 @@ Changes: - Added a legend "sorted" option to control sorting of legend entries independent of their series order. (patch by Tom Cleaveland) +- Added a series "highlightColor" option to control the color of the + translucent overlay that identifies the dataset when the mouse hovers + over it. (patch by Eric Wendelin and Nate Abele) + Bug fixes - Fix problem with null values and pie plugin (patch by gcruxifix,