Added options to control the size of range selector input boxes, Closes #2353.
Enabled data grouping by default on navigator series, so that turning off data grouping in the main series doesn’t automatically turn it off in the navigator.
4 BUGFIXESEXPANDCOLLAPSE
Fixed issue with scrollbar never going fully back to the axis max after clicking the scrollbar buttons. Closes #2293.
Fixed regression where series got truncated after hiding another series i a chart with data grouping enabled. Closes #2373.
Fixed issue with scatter points showing on the edge of the chart and taking up an ordinal position even when they are well outside the axis range. Closes #2342.
Fixed problems with panning or scrolling back to max last value when the navigator was previously zoomed to an earlier time span. Closes #2341.
HIGHCHARTS CORE v3.0.7 CHANGES
These core changes also apply to this moduleEXPANDCOLLAPSE
Performance improvement by moving color parsing regexes out of the Color class to a global definition in order to be instanciated only once.
Made new option, linecap, for line series. Closes #2358.
Allow disabling the hover state for a specific point marker. Closes #1610.
Made showInLegend option overridable for linked series.
Worked around Firefox/Win issue with median lines on box plot spilling over the edges of the box. Closes #1638.
Made the data labels inherit the series’ cursor setting.
Improved fix for #2030 to work with IE11 quirks mode.
Reverted fix for #1651, which introduced an error with stack data labels not being moved on update. Closes #2336.
Added new option, sizeBy, to bubble charts to set whether the area or the width should reflect the data value.
Improved workaround for IE11 text positioning issue by not applying it to exported charts, closes #2030.
9 BUGFIXESEXPANDCOLLAPSE
Fixed issue with useHTML legend items not drawing after removing all and adding again. Closes #2393.
Fixed regression after fixing #2153, related to assigning styles in VML browsers. Fixes #2368 and #2368.
Fixed issue with plot band label not being hidden when zooming out of view. Closes #2328.
Fixed wrong calculation of point.percentage in percentage stacked tooltips. Closes #2375.
Fixed issue with yearly ticks being computed wrong, causing stagger lines where not necessary. Closes #2360.
Fixed issue with IE8 not being able to add soft line breaks in text in export.
Fixed issue with only first series’ point names being used for categories. Now all series are inspected. Closes #2357.
Fixed issue with broken export menu in IE9 compatibility mode. Closes #2335.Fixed JavaScript error on updating a point value to null. Closes #2359.
Fixed issue with response of PhantomJS server in export-server that lead to StringIndexOutOfBoundsException, fixes #2367.