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

Commit 83cecb5

Browse files
Release v4.0.1
1 parent 7690c7a commit 83cecb5

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.markdown

+11
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
# 4.0.1 / 2014-04-24
2+
3+
* Updated Highcharts to 4.0.1
4+
* Fixed #2945, a regression causing pie data label formatter to be ignored unless the format option is set to null.
5+
* Fixed #2941 causing columns to be Z-sorted in the wrong direction.
6+
* Fixed #2940 causing gradient colors not to apply on strokes in Highcharts 4.
7+
* Fixed #2939 causing wrong clipping of 3D charts rendered with highstock.js.
8+
* Fixed #2930 causing JS errors on gauges in Highcharts 4.0.
9+
* Fixed #2936 causing wrong Z index on 3D column.
10+
* Fixed #2928 causing the halo to be misplaced on multiple pane positions and inverted line charts.
11+
112
# 4.0.0 / 2014-04-22
213

314
* Updated Highcharts to 4.0.0

lib/highcharts/version.rb

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

0 commit comments

Comments
 (0)