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

Commit

Permalink
Release v4.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
PerfectlyNormal committed Apr 24, 2014
1 parent 7690c7a commit 83cecb5
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.markdown
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
# 4.0.1 / 2014-04-24

* Updated Highcharts to 4.0.1
* Fixed #2945, a regression causing pie data label formatter to be ignored unless the format option is set to null.
* Fixed #2941 causing columns to be Z-sorted in the wrong direction.
* Fixed #2940 causing gradient colors not to apply on strokes in Highcharts 4.
* Fixed #2939 causing wrong clipping of 3D charts rendered with highstock.js.
* Fixed #2930 causing JS errors on gauges in Highcharts 4.0.
* Fixed #2936 causing wrong Z index on 3D column.
* Fixed #2928 causing the halo to be misplaced on multiple pane positions and inverted line charts.

# 4.0.0 / 2014-04-22

* Updated Highcharts to 4.0.0
Expand Down
2 changes: 1 addition & 1 deletion lib/highcharts/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Highcharts
VERSION = "4.0.0"
VERSION = "4.0.1"
end

0 comments on commit 83cecb5

Please sign in to comment.