Commit 24632ba1 authored by Mark Côté's avatar Mark Côté

Updated NEWS.txt with time-series changes.

parent 85429298
...@@ -3,6 +3,18 @@ Flot x.x ...@@ -3,6 +3,18 @@ Flot x.x
API changes: 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 Axis labels are now drawn with canvas text with some parsing to
support newlines. This solves various issues but also means that they support newlines. This solves various issues but also means that they
no longer support HTML markup, can be accessed as DOM elements or 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). ...@@ -17,6 +29,11 @@ and "flot-overlay" to prevent accidental clashes (issue 540).
Changes: 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). - Canvas text support for labels (sponsored by YCharts.com).
- Support for setting the interval between redraws of the overlay - Support for setting the interval between redraws of the overlay
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment