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

pull/1/head
David Schnur 14 years ago
parent 65b05c6e2f
commit b57542f10b

@ -36,7 +36,7 @@ Changes:
- Date/time formatting follows proper subset of strftime specifiers, - Date/time formatting follows proper subset of strftime specifiers,
and support added for Date.prototype.strftime, if found (patch by 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). - 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 - In addition to "left" and "center", bars now recognize "right" as an
alignment option. (patch by Michael Mayer, issue 520) 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) 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 Bug fixes
- Fix problem with null values and pie plugin (patch by gcruxifix, - 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 - Updated the navigate plugin's inline copy of jquery.mousewheel to fix
Webkit zoom problems (reported by Hau Nguyen, issue 685). 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 Flot 0.7
-------- --------

Loading…
Cancel
Save