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

Commit 4cf370b

Browse files
Merge pull request #18 from poteto/feature/version-bump-4.0.4
Feature/version bump 4.0.4
2 parents 83cecb5 + b89e850 commit 4cf370b

File tree

15 files changed

+1772
-899
lines changed

15 files changed

+1772
-899
lines changed

CHANGELOG.markdown

Lines changed: 94 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,97 @@
1+
# 4.0.4 / 2014-09-02
2+
* Updated Highcharts to 4.0.4
3+
* Added more date parsing logic to the data module. Now integrates with Date.js, and uses Date.parse. Tries to parse all dates, but falls back to categories if dates are not sorted (which may be a sign that parsing went wrong).
4+
* Added support for setting marker image dimensions. Closes #1807. Closes #1817.
5+
* Added a better default value for xAxis.allowDecimals. Don't allow decimals in X value ranges that look like years. Closes #3363.
6+
* Added warning on trying to plot negative points on a logarithmic axis.
7+
* Allow changing "Date" class used to support other calendars. Added new option global.Date.
8+
* Allow overriding Highcharts.numberFormat from the outside. Closes #3284.
9+
* Made point.click event work in combination with drilldown charts.
10+
* Fixed #3381 3D pies, wrong z index applied to sides
11+
* Fixed #3279, column z issues in 3d
12+
* Fixed #3397, footerFormat does not replace variables
13+
* Speed optimization of Series.setData, related to #3260.
14+
* Fixed #2909, a regression causing chart click event not to fire when zoom enabled on touch devices.
15+
* Fixed #3334, missing animations in 3d pies
16+
* Fixed issue causing markers to show even on dense line series, in spite of new logic in 4.x where it should depend on series density.
17+
* Fixed #3202, tick marks being drawn in unwanted positions when tickInterval was set on categorized axis.
18+
* Fixed #424, wrong tooltip position for column series in a pane position
19+
* Fixed #3352, JavaScript errors on clicking category labels on async drilldown.
20+
* Fixed #3344, drilldown axis label style inconsistent after redraw.
21+
* Fixed #3353, wrong axis minimum and maximum on thresholded series when switching from linear to logarithmic axes type.
22+
* Fixed #3342, memory leaks in jQuery 2.x when repeatedly reinstanciating charts or destroying and recreating renderer primitives.
23+
* Fixed memory leak on addPoint caused by adding empty names to the Axis.names lookup table.
24+
* Fixed #3328, 3D Columns and null values
25+
* Fixes #3317, extra tick added when there are only two ticks (start and end)
26+
* Fixed #3315 by disallowing duplicate ids in drilldown.
27+
* Fixed #3182, three level drilldown broken when drilling up and down again on the same series.
28+
* Fixed #3276 with HTML markup in element titles when a label is shortened by ellipsis.
29+
* Fixed #3088, tooltip blocking new mouse interaction after hiding when useHTML is true.
30+
* Fixed #3285, funnel and pyramid center option not working for vertical dimension.
31+
* Fixed #3300 where data labels would remain semi-transparent when chart updated in the middle of labels fading in.
32+
* Fixed #3295, labels do not render 0 as value
33+
* Fixed #3282, plotBorder width changed sign, causing a strange animation
34+
* Fixed #3245, waterfall series failed when first element was Sum or IntermediateSum
35+
36+
# 4.0.3 / 2014-07-03
37+
* Updated Highcharts to 4.0.3
38+
* Added 3d options edgeColor and edgeWidth to distinguish from borders that have different defaults.
39+
* Added option, chart.panKey, to allow panning and zooming on the same chart. The chart can now be configured so the user can pan by holding down the shift key while dragging.
40+
* Added features zMin and zMax for bubble series, to set the Z value corresponding to minSize and maxSize independently from the data.
41+
* Changed default top position for loading label to 45%, which results in a vertically centered label.
42+
* Better handling of data label heights on pie charts, related to #2630.
43+
* Better handling of dynamic font sizes. Adjust tooltip text-wrapping. Apply dynamic font size (em) on line breaks. Fixed placement of title and axis labels when using ems for font size. Added support for em font-size in legend.itemStyle.
44+
* Fixed #2251, a regression since 3.0.8 causing text and graphic elements to become selected while zooming in old IE.
45+
* Fixed #3195 where a short axis with startOnTick and endOnTick set to false would display no ticks at all.
46+
* Fixed #2694 causing columns to overlap by one pixel in some cases when pointPadding is 0.
47+
* Fixed #2227, waterfall breaking with more than one intermediate sum.
48+
* Fixed #3163, pie chart data labels displaying outside plot area.
49+
* Fixed #1991, a regression causing area stacks with null or missing values to draw incorrectly.
50+
* Fixed #3158 causing wrong line wraps on text containing markup.
51+
* Fixed #3151, waterfall columns not displaying a border when the rendered height was 0.
52+
* Downloadbuilder missing metatags in SVG, added filterset, fixes #3106
53+
* Fixed #3072 causing unexpected borders after hover on column series when borderWidth was 0.
54+
* Fixed #3132 causing wrong line breaks in SVG text (pseudo HTML) containing markup.
55+
* Enabled mouse tracking on data labels for some series types where it had been mistakenly disabled.
56+
* Fixed #2697, JavaScript error in IE11 on destroying a chart containing useHTML elements after the chart container has first been emptied.
57+
* Fixed #3126, waterfall graph getting wider on hover. Introduced new options, lineWidthPlus, radiusPlus for hover state of graphs and markers.
58+
* Fixed #3116, halo failing to animate when a point was updated to a new position. Removed redundant pointer.reset call on Axis.redraw because Chart.redraw also calls the same method.
59+
* Fixed #3113, roundoff error throwing off calculations of extremes on log axis.
60+
* Fixed #3104, touch panning not being able to pan outside the data range even if the axis min and max options were outside the range.
61+
* Fixed #3098, plot area size of a pie chart not being recalculated after the legend size changed.
62+
* Fixed #3090 causing default 3d options not to be interpreted correctly.
63+
* Fixed #3094 causing series Z index to change after Series.update.
64+
* Fixed regression issue #3095, semi-transparent fills coming out as black in exports created by Batik.
65+
* Fixed #3082, positioning of 3d pie datalabels.
66+
* Fixed #3080 causing JS error on low chart due to negative height of the legend clip rectangle.
67+
* Fixed #3051 causing wrong Z indexes for slices in 3d pie charts.
68+
* Fixed #3075 causing touch panning on a categorized axis to alter range.
69+
* Fixed #3039, series options was not read for 3D.
70+
* Fixed #2893 causing heatmap point colors not to update after updating the color axis coloring.
71+
* Fixed #1080, loading text not reflowing to changed chart size.
72+
* Fixed #3056 with tooltip chevron not pointing exactly on the right point of the graph when animating between close positions.
73+
* Fixed #3044 causing JS errors in some cases when axis label formatter returned null or undefined. Closes #3050.
74+
* Fixed #3053 causing series to be cropped too tight on logarithmic X axis when the number of points exceeded the crop threshold.
75+
* Fixed #2240 causing the point mouse out event not to fire when the tooltip is shared.
76+
* Fixed #2997, solidgauge issue with points past ±360° or below yAxis.min.
77+
* Fixed #3028 causing the last series to become unlinked when calling Series.update on several linked series in succession.
78+
* Fixed #3027 causing truncation of axis labels when the axis title offset is set and the axis title is shorter than the labels.
79+
* Fixed #3023 causing defered data labels to show even if series was hidden in the meantime while animating.
80+
* Fixed #3003 causing rotated data labels to be misaligned after redraw when using Standalone Framework.
81+
* Fixed #3017 causing centering of data labels on inverted range series not to work.
82+
* Fixed #3007, with halo showing on invisible points in pies.
83+
* Fixed #3016 causing halo on sliced pie series to diplay incorrectly.
84+
* Fixed #3000, labels wrongly aligned on plot lines with multiple axes.
85+
* Fixed #3014 causing wrong tooltip position in waterfall charts in Highcharts 4.
86+
* Fixed #3006, prevent null and 0 points from rendering in 3D Pies.
87+
* Fixed #2982 by returning the added plot line or plot band object after Axis.addPlotLine or Axis.addPlotBand.
88+
* Fixed #2977, set mimimum view point distance for 3D.
89+
* Fixed #2975 with clipping not being updated on column series and derived series types after chart resize.
90+
* Fixed #2968, 3d columns not drawn correctly when equal to max.
91+
* Fixed #2963 where columns were badly drawn in Chrome due to a rendering bug.
92+
* Fixed #2962 causing data labels on gauges not to display unless defer is set to true.
93+
* Fixed #2954 that caused invalid SVG attributes on animating in and out grid lines when running older jQuery versions or the Standalone Framework.
94+
195
# 4.0.1 / 2014-04-24
296

397
* Updated Highcharts to 4.0.1

0 commit comments

Comments
 (0)