|
| 1 | +# 6.0.3 / 2017-11-14 |
| 2 | + |
| 3 | +* Updated Highcharts to 6.0.3 (2017-11-14) |
| 4 | + * Added new option, dataLabels.filter, for a declarative way of filtering data labels without using the formatter. |
| 5 | + * Bug fixes |
| 6 | + * Fixed #1841, bad animation when adding points in area ranges. |
| 7 | + * Fixed #4994, improved documentation on loading Highcharts in ES6. |
| 8 | + * Fixed #6183, small tick interval caused ticks to be merged to one. |
| 9 | + * Fixed #6895, zoomed heat map wastn't clipped properly in boost mode. |
| 10 | + * Fixed #6907, no focus indicator on some browsers. |
| 11 | + * Fixed #7300, font-size in wordcloud was not set as pixels, causing Firefox to render all words equal size. |
| 12 | + * Fixed #7311, minPointLength wasn't correct for some cases. |
| 13 | + * Fixed #7315, marker was listed as a column series option. |
| 14 | + * Fixed #7315, removed wrong docs for series.column.marker and for shadow in hover and select states in column.states. |
| 15 | + * Fixed #7316, null text with useHTML was throwing an error on getBBox(). |
| 16 | + * Fixed #7320, a regression causing responsive options for axes and series not being unset. |
| 17 | + * Fixed #7326, setData with equal data length caused badly drawn stacked area series with null points. |
| 18 | + * Fixed #7332, X-range data labels were not hidden for off-screen elements. |
| 19 | + * Fixed #7339, removed doubled axis ticks in case of too dense ticks. |
| 20 | + * Fixed #7342, improved documentation for xAxis. |
| 21 | + * Fixed #7351, dynamically added checkboxes didn't respect scrolling after update. |
| 22 | + * Fixed #7357, a chart without a title threw an error when trying to export data. |
| 23 | + * Fixed #7369, scatter chart with series containing points with null and negative X didn't render. |
| 24 | + * Fixed #7371, sunburst chart failed in styled mode. |
| 25 | + * Fixed #7377, approximation averages wasn't returning undefined values as it should. |
| 26 | + * Fixed issue with date parsing error appearing when not necessary. |
| 27 | + * Fixed issue with markup passing unfiltered into aria-label attributes, causing invalid SVG. |
| 28 | + * Fixed jsdoc plugin. Load highcharts assembler from npm. |
| 29 | + * Fixed keyboard navigation for maps and heatmaps. |
| 30 | + * Fixed navigator update issue. See #5846. |
| 31 | + |
1 | 32 | # 6.0.2 / 2017-11-10
|
2 | 33 |
|
3 | 34 | * Update Highcharts to 6.0.2 (2017-10-20)
|
|
0 commit comments