From c22f3f753c083f20cc6ce84d3115f5f2fbba9422 Mon Sep 17 00:00:00 2001 From: David Schnur Date: Fri, 21 Dec 2012 16:16:28 -0500 Subject: [PATCH] Added credits for #910 pie redraw fixes. --- NEWS.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/NEWS.md b/NEWS.md index a5dc851..ed6f89c 100644 --- a/NEWS.md +++ b/NEWS.md @@ -164,6 +164,9 @@ The base and overlay canvas are now using the CSS classes "flot-base" and - Added support for jQuery 1.9 by removing and replacing uses of $.browser. (analysis and patch by Anthony Ryan, pull request #905) + - Pie charts no longer disappear when redrawn during a resize or update. + (reported by Julien Bec, issue #656, pull request #910) + ## Flot 0.7 ## ### API changes ###