|
| 1 | +# 4.1.2 / 2015-02-27 |
| 2 | + |
| 3 | +* Updated Highcharts to 4.1.2 |
| 4 | + * Added new option to tree maps: interactByLeaf |
| 5 | + * Added new dataLabel option, shape, in order to allow callouts and connectors on data labels. |
| 6 | + * Fixed #3567, Safari failed at exporting charts with images. |
| 7 | + * Fixed #3898, zones incorrectly applied if outside axis range. |
| 8 | + * Fixed #3895, JS error when setting element title to a non-string value. |
| 9 | + * Fixed #3886, wrong rendering of waterfall with a non-zero Y axis minimum. |
| 10 | + * Fixed #3873, series.points array order was modified when building the k-d tree. |
| 11 | + * Fixed #3866, data labels not re-appearing in remaining series after hiding another series. |
| 12 | + * Fixed #3875, eternal loop and crash in Chrome when using minorTickInterval on an axis with very close data points. |
| 13 | + * Fixed #3842 and #3872, data labels with text shadow are mispositioned in Firefox and modern IE. |
| 14 | + * Fixed #3849, duplicated text on data labels in export. Closes #3864. |
| 15 | + * Fixed #3868, setData broke tooltip. |
| 16 | + * Fixed issue with tooltip not hiding after hiding a series from a floating legend. |
| 17 | + * Hide tooltip on mouse leaving the plot area, also when a hoverSeries is not defined. |
| 18 | + * Fixed #3860, a regression causing onMouseOver event not to work on line series. |
| 19 | + * Fixed #3856, shared tooltip in polar charts. |
| 20 | + * Fixed #3863, pointer with data grouping and addSeries. |
| 21 | + * Fixed #3844, colorByPoint not working on tree maps. |
| 22 | + * Fixed #2202, chartOptions.xAxis options not added in export. |
| 23 | + * Fixed #3852, a regression causing logarithmic axis on gauges to fail. |
| 24 | + * Fixed #3845, problems with addPoint on 3D pies. |
| 25 | + * Fixed #3841, 3d column layering issue. |
| 26 | + * Fixed #3793, charts with huge numbers fail at Number.toFixed. |
| 27 | + * Fixed #3841, issue with multiple columns in 3d. |
| 28 | + * Fixed #3830, point names in category axis were lost after Axis.update. |
| 29 | + * Fixed #3836, a regression causing plot band labels to always be visible. |
| 30 | + * Fixed #3840, isIntermediateSum miscalculation. |
| 31 | + * Fixed drilldown issue with labels having both drilldown and static points. |
| 32 | + * Fixed #3839, a regression causing columns not to be clipped while animating in. |
| 33 | + * Fixed #3837, too aggressive data label collision detection in heat maps. |
| 34 | + * Fixed #3834, crosshair drawn incorrectly on dynamically added yAxes. |
| 35 | + * Fixed #3806, JS errors on clicking on non-drillable axis label after drilldown. |
| 36 | + |
1 | 37 | # 4.1.1 / 2015-02-17
|
2 | 38 |
|
3 | 39 | * Updated Highcharts to 4.1.1
|
|
0 commit comments