Commit b57542f1 authored by David Schnur's avatar David Schnur

Added note and credits for the merge from pull request #55, and unexpected fixing of issue #541.

parent 65b05c6e
......@@ -36,7 +36,7 @@ Changes:
- Date/time formatting follows proper subset of strftime specifiers,
and support added for Date.prototype.strftime, if found (patch by
Mark Cote, issue 558).
Mark Cote, issues 419 and 558).
- Fixed display of year ticks (patch by Mark Cote, issue 195).
......@@ -69,9 +69,12 @@ Changes:
- In addition to "left" and "center", bars now recognize "right" as an
alignment option. (patch by Michael Mayer, issue 520)
- Switched from toFixed to a much faster default tickFormatter (patch by
- Switched from toFixed to a much faster default tickFormatter. (patch by
Clemens Stolle)
- Added to a more helpful error when using a time-mode axis without
including the flot.time plugin. (patch by Yael Elmatad)
Bug fixes
- Fix problem with null values and pie plugin (patch by gcruxifix,
......@@ -105,6 +108,9 @@ Bug fixes
- Updated the navigate plugin's inline copy of jquery.mousewheel to fix
Webkit zoom problems (reported by Hau Nguyen, issue 685).
- Axis labels no longer appear as decimals rather than integers in
certain cases. (patch by Clemens Stolle, issue 541)
Flot 0.7
--------
......
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