From 24632ba185ab5e2816ea9f63da1631b5d2da21be Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mark=20C=C3=B4t=C3=A9?= Date: Wed, 6 Jun 2012 00:48:00 -0400 Subject: [PATCH] Updated NEWS.txt with time-series changes. --- NEWS.txt | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/NEWS.txt b/NEWS.txt index 78ff101..e6c4b2a 100644 --- a/NEWS.txt +++ b/NEWS.txt @@ -3,6 +3,18 @@ Flot x.x API changes: +Support for time series has been moved into a plugin, +jquery.flot.time.js. This results in less code if time series are not +used. The functionality remains the same (plus timezone support, as +described below); however, the plugin must be included if axis.mode +is set to "time". + +When the axis mode is "time", the axis option "timezone" can be set to +null, "browser", or a particular timezone (e.g. "America/New_York") to +control how the dates are displayed. If null, the dates are displayed +as UTC. If "browser", the dates are displayed in the time zone of the +user's browser. + Axis labels are now drawn with canvas text with some parsing to support newlines. This solves various issues but also means that they no longer support HTML markup, can be accessed as DOM elements or @@ -17,6 +29,11 @@ and "flot-overlay" to prevent accidental clashes (issue 540). Changes: +- Support for time series moved to plugin (patch by Mark Cote). + +- Display time series in different time zones (patch by Knut Forkalsrud, + issue 141). + - Canvas text support for labels (sponsored by YCharts.com). - Support for setting the interval between redraws of the overlay