From f1f599f69e9386fdd89e45d3f621f81f493c4af1 Mon Sep 17 00:00:00 2001 From: David Schnur Date: Sat, 14 Jul 2012 21:51:35 -0400 Subject: [PATCH] Added credits for the legend sorted option. --- NEWS.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/NEWS.txt b/NEWS.txt index 31d3228..a91d899 100644 --- a/NEWS.txt +++ b/NEWS.txt @@ -75,6 +75,9 @@ Changes: - Added to a more helpful error when using a time-mode axis without including the flot.time plugin. (patch by Yael Elmatad) +- Added a legend "sorted" option to control sorting of legend entries + independent of their series order. (patch by Tom Cleaveland) + Bug fixes - Fix problem with null values and pie plugin (patch by gcruxifix,