Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
F
flot
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
HS-public
flot
Commits
24632ba1
Commit
24632ba1
authored
Jun 06, 2012
by
Mark Côté
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Updated NEWS.txt with time-series changes.
parent
85429298
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
17 additions
and
0 deletions
+17
-0
NEWS.txt
NEWS.txt
+17
-0
No files found.
NEWS.txt
View file @
24632ba1
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment