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

Commit 18962f6

Browse files
Release v4.2.2
1 parent 9ddddad commit 18962f6

File tree

2 files changed

+38
-1
lines changed

2 files changed

+38
-1
lines changed

Diff for: CHANGELOG.markdown

+37
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,40 @@
1+
# 4.2.2 / 2016-04-09
2+
3+
* Updated Highcharts to 4.2.2 (2016-02-04)
4+
* Added new option, linecap, to allow round corners on solid gauge.
5+
* Changed chart.load event to wait for external symbol images, so that their size is set correctly in the SVG. This comes in handy for export and server generated images.
6+
* Fixed #1977, bubble series shadow was not moved when moving bubbles.
7+
* Fixed #4077, panning was not supported on inverted charts.
8+
* Fixed #4086, tick marks and labels were not trimmed to axis extremes when tickPositions option was used.
9+
* Fixed #4573, wrong number rounding in some cases.
10+
* Fixed #4622, updating point didn't change legend's item.
11+
* Fixed #4759, a regression which did not update point markers in point.update().
12+
* Fixed #4779, data labels were not cropped when rotated.
13+
* Fixed #4859, no easy way to catch offline export failed exception.
14+
* Fixed #4861, where offline export would fail in some cases with embedded images.
15+
* Fixed #4870, column width calculation not correct on logarithmic X axis.
16+
* Fixed #4886, pie slicing failed and tooltip disappeared too quickly on Windows phone.
17+
* Fixed #4888, fillOpacity of 0 did not take effect on area charts.
18+
* Fixed #4889, plotLine and plotBand should be rendered with higher zIndex than frames in 3D view.
19+
* Fixed #4890, originalEvent was missing from selection event since 4.2.0.
20+
* Fixed #4898, rounding issues with Y axis causing columns to exceed threshold value, and plot lines to be filtered out.
21+
* Fixed #4904, async loading of points kept running after chart was destroyed in boost module.
22+
* Fixed #4905, pie data labels were not hidden when scaling down.
23+
* Fixed #4906, chart did not zoom when drag and drop was dropped on a different chart.
24+
* Fixed #4911, false detection of overlapping data labels in multiple panes.
25+
* Fixed #4912, specific export data label style didn't take effect for pies.
26+
* Fixed #4913, regression in box size detection causing chart to overflow the container in some cases.
27+
* Fixed #4914, boost module loadingDiv was destroyed before redraw was finished.
28+
* Fixed #4918, spline curved wrongly when plotX or Y had a value of 0.
29+
* Fixed #4920, polar X axis labels misaligned after chart redraw.
30+
* Fixed #4927, crosshair only worked for one Y axis.
31+
* Fixed #4928, HTML label lengths were not reset on resize.
32+
* Fixed #4929, halo covered point and disallowed point click in IE8.
33+
* Fixed #4938, HTML elements were missing visibility and opacity setters.
34+
* Fixed #4951, X axis daily ticks did not render on midnight around a DST crossover when the getTimezoneOffset callback was used.
35+
* Fixed #4955, export button was hidden by category crosshair.
36+
* Fixed #2069, null points in stacked areas were rendered as zero instead of gaps.
37+
138
# 4.2.0 / 2016-04-09
239

340
* Updated Highcharts to 4.2.0 (2015-12-15)

Diff for: lib/highcharts/version.rb

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

0 commit comments

Comments
 (0)