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,