From c4a74e57b0739fd901bcb68f5a1421b11ccb0d2d Mon Sep 17 00:00:00 2001 From: David Schnur Date: Mon, 16 Jul 2012 17:14:35 -0300 Subject: [PATCH] Updated credits for exclusion of empty legend entries. --- NEWS.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/NEWS.txt b/NEWS.txt index 04bc910..56717c9 100644 --- a/NEWS.txt +++ b/NEWS.txt @@ -86,6 +86,10 @@ Changes: that adds the ability to plot error bars, commonly used in many kinds of statistical data visualizations. (patch by Rui Pereira, issue 215) +- The legend now omits entries whose labelFormatter returns null. + (patch by Tom Cleaveland, Christopher Lambert, and Simon Strandgaard) + + Bug fixes - Fix problem with null values and pie plugin (patch by gcruxifix,