From 78f2dfdf09a85c2f8e4ce85e2711ea331e61aaa6 Mon Sep 17 00:00:00 2001 From: David Schnur Date: Wed, 6 Feb 2013 19:59:07 -0500 Subject: [PATCH] Updated credits for #937 lineWidth work-around. --- NEWS.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/NEWS.md b/NEWS.md index ca4786e..ec8edbe 100644 --- a/NEWS.md +++ b/NEWS.md @@ -185,6 +185,10 @@ The base and overlay canvas are now using the CSS classes "flot-base" and - Pie charts no longer disappear when redrawn after calling setData(). (reported by zengge1984 and pareeohnos, issues #810 and #945) + - Added a work-around for the problem where points with a lineWidth of zero + still showed up with a visible line. (reported by SalvoSav, issue #842, + patch by Jamie Hamel-Smith, pull request #937) + ## Flot 0.7 ##