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

Commit 675779b

Browse files
Release v3.0.9
1 parent bfab14e commit 675779b

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

CHANGELOG.markdown

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
# 3.0.9 / 2014-01-15
2+
3+
* Updated Highcharts to 3.0.9
4+
* Added bower.json file. Closes #2244.
5+
* Fixed JS error on quickly moving the mouse out of a chart. Related to #2499.
6+
* Fixed issue with text positioning in modern IE when CSS line height was much smaller than font size. Closes #2444. Closes #2568. Closes #2569. Affects #2591.
7+
* Fixed issue with crosshairs not exactly following the tooltip, mostly visible ou touch devices. Closes #2582
8+
* Fixed issue with categorized Y axis on gauges being positioned wrong. Closes #2593.
9+
* Reverted optimization that skipped individual handling of point attributes. Closes #2549. Closes #2587.
10+
* Fixed issue with adding a point in the middle of a line series failing. Issue #1109.
11+
* Fixed regression with datetime tooltip header format falling back to full years. Closes #2581.
12+
* Fixed rounding error in stack labels. Closes #2576.
13+
* Implemented new option, switchRowsAndColumns, in the data module.
14+
* Fixed regression in 3.0.8 with hover color of columns having individual color option. Closes #2579.
15+
* Fixed issue with fillColor on box plots not honored when colorByPoint is true. Closes #2574.
16+
117
# 3.0.8 / 2014-01-09
218

319
* Updated Highcharts to 3.0.8

lib/highcharts/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module Highcharts
2-
VERSION = "3.0.8"
2+
VERSION = "3.0.9"
33
end

0 commit comments

Comments
 (0)