From 2c64f82a4fe8165469c3f9405597ea3bad19d4ab Mon Sep 17 00:00:00 2001 From: David Schnur Date: Thu, 10 Jan 2013 13:10:57 -0500 Subject: [PATCH] Added the new 'zero' option to the changelog. --- NEWS.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/NEWS.md b/NEWS.md index ed6f89c..91e4064 100644 --- a/NEWS.md +++ b/NEWS.md @@ -101,6 +101,9 @@ The base and overlay canvas are now using the CSS classes "flot-base" and - The selection plugin's getSelection now returns null when the selection has been cleared. (patch by Nick Campbell, pull request #852) + - 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. + ### Bug fixes ### - Fix problem with null values and pie plugin. (patch by gcruxifix,