|
| 1 | +# 4.1.5 / 2015-04-13 |
| 2 | + |
| 3 | +* Updated Highcharts to 4.1.5 |
| 4 | + * Added new option, series.keys. |
| 5 | + * Added now option, autoRotationLimit, as an upper limit for when to apply auto rotation. Closes #3941. |
| 6 | + * Added options to solidgauge, radius and innerRadius on individual points. |
| 7 | + * Changed tooltip behaviour in line charts and derivatives. This made swithching between series easier when the other series was covered by the tooltip. |
| 8 | + * Fixed #2922, redundant drilldown event on clicking data label. |
| 9 | + * Fixed #3355, causing misaligned bars around the threshold value. |
| 10 | + * Fixed #3758, setData on heatmap caused X axis to lose point range. |
| 11 | + * Fixed #3839, axis labels not using available space after resize. |
| 12 | + * Fixed #3867, errors on drill up on multi-series multi-level chart. |
| 13 | + * Fixed #3912, shared tooltips not working well with pointPlacement. |
| 14 | + * Fixed #3935, time axes got wrong extremes in rare cases. |
| 15 | + * Fixed #3951, drilldown activeLabelStyle was lost after setting extremes. |
| 16 | + * Fixed #3962, tooltip covered stacked columns near edges of the chart. |
| 17 | + * Fixed #3967, shared tooltip not working with two datetime axes. |
| 18 | + * Fixed #3969, legend indicator not displayed on colorAxis for 0 values. |
| 19 | + * Fixed #3976, one legend item's height influenced all subsequent boxes. |
| 20 | + * Fixed #3985, clicks registering incorrectly on column charts. |
| 21 | + * Fixed #3988, column legend markers were not aligned to baseline. |
| 22 | + * Fixed #3990, drilldown failed after destroying and re-initialising chart. |
| 23 | + * Fixed #3995, all points were black after drilling in treemap with a coloraxis. |
| 24 | + * Fixed #3996, font-style not taking effect with useHTML. |
| 25 | + * Fixed #4001, errors thrown on area with a single point and zones. |
| 26 | + * Fixed #4003, text replacement in export replaced content in label. |
| 27 | + * Fixed #4006, wrong rendering of zones with values less then the minimum. |
| 28 | + * Fixed #4014, touch scrolling not working on charts since the default followTouchMove changed. |
| 29 | + * Fixed #4015, solid gauge color not updating in IE8. |
| 30 | + * Fixed #4035, lineWidthPlus adding to states.hover.lineWidth. |
| 31 | + * Fixed #4046, treemap issue with drillToNode and redraw of the chart. |
| 32 | + * Fixed #4051, minPointLength gave wrong position on reversed Y axis. |
| 33 | + * Fixed #4055, unable to set borderWidth to 0 for 3d columns. |
| 34 | + * Fixed #4056, stack labels on reversed axis not vertically aligned correctly. |
| 35 | + * Fixed #4062, 3d zIndex incorrect on chart resize. |
| 36 | + * Fixed #4067, 3d columns datalabels not aligned. |
| 37 | + * Fixed #4068, null colors rendered as black in columns and white in pies. |
| 38 | + * Fixed #4069, setVisible was very slow on pies with many legend items. |
| 39 | + * Fixed #4070, label ellipsis lost on vertical axis after redraw. |
| 40 | + * Fixed #4075, zone elements were not destroyed on series update. |
| 41 | + * Fixed #4079, bullets in tooltips had wrong encoding in IE8 on non-UTC pages. |
| 42 | + * Fixed #4082, series with zones didn't apply hover line width. |
| 43 | + * Fixed #4083, series with zones animated wrong on addPoint. |
| 44 | + * Fixed #4085, wrong usage of momentjs in demo. |
| 45 | + * Fixed #3832, bundled PhantomJS scripts not copied to filesystem on Windows. |
| 46 | + |
1 | 47 | # 4.1.4 / 2015-03-10
|
2 | 48 |
|
3 | 49 | * Updated Highcharts to 4.1.4
|
|
0 commit comments