From 39698d3846520398c3d21a109456709211555fe8 Mon Sep 17 00:00:00 2001 From: David Schnur Date: Sun, 3 Mar 2013 18:10:27 -0500 Subject: [PATCH] Updated credits for canvas text support. --- NEWS.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/NEWS.md b/NEWS.md index 48596c9..0a68d40 100644 --- a/NEWS.md +++ b/NEWS.md @@ -57,7 +57,8 @@ The base and overlay canvas are now using the CSS classes "flot-base" and - Display time series in different time zones. (patch by Knut Forkalsrud, issue 141) - - Canvas text support for labels. (sponsored by YCharts.com) + - Added a canvas plugin to enable rendering axis tick labels to the canvas. + (sponsored by YCharts.com, implementation by Ole Laursen and David Schnur) - Support for setting the interval between redraws of the overlay canvas with redrawOverlayInterval. (suggested in issue 185)