Skip to content
This repository was archived by the owner on Sep 1, 2021. It is now read-only.

Commit 695b5fa

Browse files
Release v4.1.9
1 parent d9af6e1 commit 695b5fa

File tree

2 files changed

+52
-1
lines changed

2 files changed

+52
-1
lines changed

CHANGELOG.markdown

+51
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,54 @@
1+
# 4.1.9 / 2015-12-04
2+
3+
* Updated Highcharts to 4.1.9 (2015-10-07)
4+
* Added new option, axis.visible.
5+
* Added new option, bubble.sizeByAbsoluteValue, to allow negative bubbles sizes to be based on the absolute value rather than a scalar difference from smallest to greatest. Closes #4498.
6+
* Added new series option, softThreshold, to prevent showing subzero axis ticks for line series that consist of positive data only.
7+
* Added support for legendType: 'point' on more series types than just pie and its derivatives.
8+
* Fixed #2473, allowHTML should not affect the forExport flag.
9+
* Fixed #2711, set proper order of data labels inside columns.
10+
* Fixed #2854, SVG images in symbol URL's did not display in IE11.
11+
* Fixed #3529, selected point changed color after updating.
12+
* Fixed #3542, tooltip with useHTML did not fade out smoothly.
13+
* Fixed #3632, pie inner size shouldn't be allowed to be greater than outer size.
14+
* Fixed #3636, negativeColor wasn't set for marker on hover.
15+
* Fixed #3801, pie chart radial gradient position did not update on chart resize.
16+
* Fixed #3971, X axis label step was not honoured when rotation was set.
17+
* Fixed #4136, treemap did not export correctly after drillToNode.
18+
* Fixed #4298, treemap did not update axis extremes after updated data.
19+
* Fixed #4431, tooltip was broken when changing from column series to a different type.
20+
* Fixed #4442, alignTicks forced axes to align, even when only one of them contained data.
21+
* Fixed #4465, tooltip disappeared on point when stickyTracking was false.
22+
* Fixed #4482, line disappeared during animation when series.step was enabled.
23+
* Fixed #4485, ticks were added inside axis break on datetime axis.
24+
* Fixed #4502, wrong bounding box detection of rotated labels caused overlapping text in old IE.
25+
* Fixed #4504, bars were misplaced when using reversed yAxis.
26+
* Fixed #4510, point search along X axis failed in boost module.
27+
* Fixed #4511, tooltip was not displayed, when yAxis.max cut off top part of the column.
28+
* Fixed #4519, updatating pie data immediately failed with Standalone Framework.
29+
* Fixed #4525, errors in exported SVG when allowHTML was true.
30+
* Fixed #4526, series used the same clip-paths, which caused wrong clipping when using different axes.
31+
* Fixed #4529, boost module produced error with pie charts.
32+
* Fixed #4530, heatmap with single point and large colsize caused the point not to display.
33+
* Fixed #4532, stack ID's as strings caused JS error in Highcharts 3D.
34+
* Fixed #4536, unable to zoom in closely on first category when minRange was less than closest point range.
35+
* Fixed #4543, null value bubbles should not be drawn.
36+
* Fixed #4546, pie and flag series not showing tooltip correctly when displayed in a chart with shared tooltip.
37+
* Fixed #4558, when resizing chart during addPoint animation cause error in stacking.
38+
* Fixed #4562, logarithmic zAxis for 3D scatter did not render properly points.
39+
* Fixed #4586, some markers moved by 1px after hovering.
40+
* Fixed #4594, errors when stacking two series with different data lengths on a log axis.
41+
* Fixed #4599, cropThreshold should be ignored when getExtremesFromAll is enabled.
42+
* Fixed #4615, labels on color axis were wrongly positioned when useHTML.
43+
* Fixed #4627, data labels exported twice in IE and Edge. Text shadows not rendered in Edge.
44+
* Fixed issue with duplicated pane backgrounds after the #3176 fix.
45+
* Fixed issue with offline export in Firefox. Closes #4550.
46+
* Fixed regression with global animation and timing of calls.
47+
* Fixed #2801, whiskerLength for boxplot can be set in pixels.
48+
* Fixed #3323, 3d pie parts have better zIndexes, out part of slice crossing sides created, normalization of alpha and beta to (-360, 360) range.
49+
* Partly fixed #1686, tooltip not hiding when mouse enters over it then out from series.
50+
* Refactored columns. Separated the crisping logic from the rest of the translation logic. Related to #4179.
51+
152
# 4.1.8 / 2015-08-31
253

354
* Updated Highcharts to 4.1.8 (2015-08-20)

lib/highcharts/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module Highcharts
2-
VERSION = "4.1.8"
2+
VERSION = "4.1.9"
33
end

0 commit comments

Comments
 (0)