|
2 | 2 |
|
3 | 3 | ### Bug fixes ###
|
4 | 4 |
|
5 |
| - - Fixed missing semicolons in the core library. |
6 |
| - (reported by Michal Zglinski) |
| 5 | + - Fixed a regression in the time plugin, introduced in 0.8, that caused dates |
| 6 | + to align to the minute rather than to the highest appropriate unit. This |
| 7 | + caused many x-axes in 0.8 to have different ticks than they did in 0.7. |
| 8 | + (reported by Tom Sheppard, patch by Daniel Shapiro, issue #1017, pull |
| 9 | + request #1023) |
| 10 | + |
| 11 | + - Fixed a regression in text rendering, introduced in 0.8, that caused axis |
| 12 | + labels with the same text as another label on the same axis to disappear. |
| 13 | + More generally, it's again possible to have the same text in two locations. |
| 14 | + (issue #1032) |
| 15 | + |
| 16 | + - Fixed a regression in text rendering, introduced in 0.8, where axis labels |
| 17 | + were no longer assigned an explicit width, and their text could not wrap. |
| 18 | + (reported by sabregreen, issue #1019) |
| 19 | + |
| 20 | + - Fixed a regression in the pie plugin, introduced in 0.8, that prevented it |
| 21 | + from accepting data in the format '[[x, y]]'. |
| 22 | + (patch by Nicolas Morel, pull request #1024) |
| 23 | + |
| 24 | + - The 'zero' series option and 'autoscale' format option are no longer |
| 25 | + ignored when the series contains a null value. |
| 26 | + (reported by Daniel Shapiro, issue #1033) |
7 | 27 |
|
8 | 28 | - Avoid triggering the time-mode plugin exception when there are zero series.
|
9 |
| - (reported by Daniel Rothig, patch by Mark Raymond, issues #1016) |
| 29 | + (reported by Daniel Rothig, patch by Mark Raymond, issue #1016) |
| 30 | + |
| 31 | + - When a custom color palette has fewer colors than the default palette, Flot |
| 32 | + no longer fills out the colors with the remainder of the default. |
| 33 | + (patch by goorpy, issue #1031, pull request #1034) |
| 34 | + |
| 35 | + - Fixed missing update for bar highlights after a zoom or other redraw. |
| 36 | + (reported by Paolo Valleri, issue #1030) |
| 37 | + |
| 38 | + - Fixed compatibility with jQuery versions earlier than 1.7. |
| 39 | + (patch by Lee Willis, issue #1027, pull request #1027) |
| 40 | + |
| 41 | + - The mouse wheel no longer scrolls the page when using the navigate plugin. |
| 42 | + (patch by vird, pull request #1020) |
| 43 | + |
| 44 | + - Fixed missing semicolons in the core library. |
| 45 | + (reported by Michal Zglinski) |
10 | 46 |
|
11 | 47 |
|
12 | 48 | ## Flot 0.8.0 ##
|
|
0 commit comments