From ccb37e4965967d7252cc99e3b2eea8fcec3c909a Mon Sep 17 00:00:00 2001 From: David Schnur Date: Sun, 10 Feb 2013 15:04:32 -0500 Subject: [PATCH] Added missing credit line. --- NEWS.md | 1 + 1 file changed, 1 insertion(+) diff --git a/NEWS.md b/NEWS.md index a91e021..38ee749 100644 --- a/NEWS.md +++ b/NEWS.md @@ -103,6 +103,7 @@ 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. + (patch by David Schnur, issues #316, #529, and #856, pull request #911) - The plot function is now also a jQuery chainable property. (patch by David Schnur, issues #734 and #816, pull request #953)