From b0f864bd67473d1a13e8edab79ccef3b8508e783 Mon Sep 17 00:00:00 2001 From: David Schnur Date: Mon, 27 May 2013 13:16:35 -0400 Subject: [PATCH] Updated credits for the axis innermost fix. --- NEWS.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/NEWS.md b/NEWS.md index da6ecb4..826a17b 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,3 +1,15 @@ +## Flot 0.8.2 ## + +### Bug fixes ### + + - Fixed a bug where the second axis in an xaxes/yaxes array incorrectly had + its 'innermost' property set to false or undefined, even if it was on the + other side of the plot from the first axis. This resulted in the axis bar + being visible when it shouldn't have been, which was especially obvious + when the grid had a left/right border width of zero. + (reported by Teq1, fix researched by ryleyb, issue #1056) + + ## Flot 0.8.1 ## ### Bug fixes ###