You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 1, 2021. It is now read-only.
Copy file name to clipboardExpand all lines: CHANGELOG.markdown
+16Lines changed: 16 additions & 0 deletions
Original file line number
Diff line number
Diff 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.
0 commit comments