From a787fa4e9c7768129b78c2ed2d67e8d7069fc4fd Mon Sep 17 00:00:00 2001 From: David Schnur Date: Sat, 9 Feb 2013 18:02:54 -0500 Subject: [PATCH] Updated credits for #953 chainable property. --- NEWS.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/NEWS.md b/NEWS.md index ec8edbe..27a7a60 100644 --- a/NEWS.md +++ b/NEWS.md @@ -104,6 +104,9 @@ The base and overlay canvas are now using the CSS classes "flot-base" and - Added a new option called 'zero' to bars and filled lines series, to control whether the y-axis minimum is scaled to fit the data or set to zero. + - The plot function is now also a jQuery chainable property. + (patch by David Schnur, issues #734 and #816, pull request #953) + ### Bug fixes ### - Fix problem with null values and pie plugin. (patch by gcruxifix,