|
| 1 | +## v4.3.0-rc.1 |
| 2 | + |
| 3 | +<div class="time">2019-08-27</div> |
| 4 | + |
| 5 | ++ [Feature] Sankey diagram enhancement: |
| 6 | +Add left/right node align, right in sankey diagram. |
| 7 | +Support user to specify the depth of the node. |
| 8 | +Enhance sankey node tooltip formatter. |
| 9 | +Add depth layout info for each node. |
| 10 | + |
| 11 | ++ [Feature] Support callback in `series.symbol`. Contributed by PR #9664 originally. |
| 12 | + |
| 13 | ++ [Feature] Enhance Pie chart: |
| 14 | +Support `minShowLabelAngle`. Contributed by PR #8997 originally. |
| 15 | +Support label rotate in pie chart. Fix #10045. |
| 16 | + |
| 17 | ++ [Feature] Support `backgroundColor` for connected charts in toolbox. `toolbox.feature.saveAsImage.connectedBackgroundColor` can be used to set the background color. Fix #10099. |
| 18 | + |
| 19 | ++ [Feature] Enhance toolbox: |
| 20 | +Enable to set text style of toolbox. |
| 21 | +Support tooltip for toolbox. Fix #10202. |
| 22 | + |
| 23 | ++ [Feature] Enhance dataZoom: |
| 24 | +Normalize illegal range setting and get accurate `start`/`end`/`startValue`/`endValue` in `'dataZoom'` event. |
| 25 | + |
| 26 | ++ [Feature] Add `dimensionNames` and `encode` info to callback parameters of formatters. Fix #10248 and Close #10250. |
| 27 | + |
| 28 | ++ [Feature] Funnel enhancement: |
| 29 | +`series.label.position` support to set `rightTop`, `rightBottom`, `leftTop`, `leftBottom`. And fix style in funnel text position. |
| 30 | + |
| 31 | ++ [Fix] Support mouse event in iOS when css transform used. Fix #9434, #8326, #5009, #5921. |
| 32 | + |
| 33 | ++ [Fix] Use a clearer warning message when initing dom without size. Fix #10478. |
| 34 | + |
| 35 | ++ [Fix] Fix that the rgba opacity does not work in SVG renderer. Fix #9014 |
| 36 | + |
| 37 | ++ [Fix] Enhance funnel chart label display policy PR #8759 |
| 38 | + |
| 39 | ++ [Fix] Fix the highlight/downplay of pie graphic. |
| 40 | + |
| 41 | ++ [Fix] Fix the mouse pointer in force graph. Fix #7764, contributed by PR #9134. |
| 42 | + |
| 43 | ++ [Fix] Fix that `symbol` and `symbolSize` and `opacity` does not work in `series[i]-graph.categories[i]`. Fix #8009 and #5969, contributed by PR #9171. |
| 44 | + |
| 45 | ++ [Fix] Fix that `axisLine.show` does not work in the gauge. Fix #9194, contributed by PR #9195. |
| 46 | + |
| 47 | ++ [Fix] Fix a display error when the first data item is '-' in radar. Fix 8962. |
| 48 | + |
| 49 | ++ [Fix] Fix polygon rendering bug when the first value is `NaN`. Fix #8962, contributed by PR #9162. |
| 50 | + |
| 51 | ++ [Fix] Fix text truncate bug in treemap when using SVG renderer. |
| 52 | + |
| 53 | ++ [Fix] Fix that `label.rotate` does not work in graph. Fix #9182, contributed by PR #9210. |
| 54 | + |
| 55 | ++ [Fix] Fix the rich content hiding bug and confine bug in tooltip. Fix ecomfe/echarts-for-weixin#360, ecomfe/echarts-for-weixin#347. |
| 56 | + |
| 57 | ++ [Fix] Fix that callback function params.color is incorrect in sunburst area. Fix #8952, contributed by PR #9238. |
| 58 | + |
| 59 | ++ [Fix] Fix that when `axisLabel.interval` of a category axis is set as `0`, all labels are displayed regardless of overlap. Fix #9589. |
| 60 | + |
| 61 | ++ [Fix] Fix sub-pixel in markLine. Move subPixelOptimize to zrender. Fix #9598. |
| 62 | + |
| 63 | ++ [Fix] Fix that when doing clear on click handler error is thrown. Fix #9649. |
| 64 | + |
| 65 | ++ [Fix] Fix that `false` value in data items effect subsequent items in `visualMap`. Fix #8799. |
| 66 | + |
| 67 | ++ [Fix] Enhance `hoverStyle` and `highlight`/`downplay` API. Support keep highlighted when changing style (e.g., `setOption` or `hoverLink`). Fix the highlight conflict. |
| 68 | + |
| 69 | ++ [Fix] Fix radar line disappear on hover when there is empty value in data. |
| 70 | + |
| 71 | ++ [Fix] Fix that geo map panning not working on Edge browser. Fix #9479. |
| 72 | + |
| 73 | ++ [Fix] Fix map label bugs: |
| 74 | +Fix map rich label missing when missing data. |
| 75 | +Fix map label miss to enter formatter when missing data. |
| 76 | +Fix #9682. |
| 77 | + |
| 78 | ++ [Fix] Enable `triggerEvent` for label of `angleAxis`. Fix #9765. |
| 79 | + |
| 80 | ++ [Fix] Fix that the hover style bugs of graph: |
| 81 | +Fix that the hover style is disabled by `focusNodeAdjacency` in graph. |
| 82 | +Fix that the line label can not be returned to its original opacity after `"focusNodeAdjacency"`. |
| 83 | + |
| 84 | ++ [Fix] Lift the axis line arrow over splitLine and tick. |
| 85 | + |
| 86 | ++ [Fix] Fix that the scrollable legend pager does not work when the target index is illegal. Fix #7568. |
| 87 | + |
| 88 | ++ [Fix] Exclude padding from tooltip position, since it's included in clientWidth. Contributed by PR #9750. |
| 89 | + |
| 90 | ++ [Fix] Fix `barWidth` calculation when stack on multiple polars. Fix #9626. |
| 91 | + |
| 92 | ++ [Fix] Loop to find the first non-NaN angle for clipPath in pie. |
| 93 | + |
| 94 | ++ [Fix] Fix line width in singleAxis. Fix #9965. |
| 95 | + |
| 96 | ++ [Fix] Fix the label bounding rect calculation error when `rich` used (e.g., containLabel: true while axisLabel has rich). |
| 97 | + |
| 98 | ++ [Fix] Part of emphasis in sunburst do not work. Fix #9563, constributed by PR #9993. |
| 99 | + |
| 100 | ++ [Fix] Add `seriesId` in `pieselectchanged`. Fix #9830. |
| 101 | + |
| 102 | ++ [Fix] Fix that axis name align does not work. Fix #9901. |
| 103 | + |
| 104 | ++ [Fix] Fix taht the strange label position when the pie chart series data value is `null`. Fix #10088. |
| 105 | + |
| 106 | ++ [Fix] Do not create an anchor element if you don't need to in `SaveAsImage`. Contributed by PR #10132. |
| 107 | + |
| 108 | ++ [Fix] Fix that `axisLabel` dost not display correctly in radar. Fix #9282, contributed by PR #10036. |
| 109 | + |
| 110 | ++ [Fix] Fix that bar chart is abnormal when `filterMode` of `dataZoom` is 'empty'. Fix #9882. |
| 111 | + |
| 112 | ++ [Fix] Fix `series.label.formatter` callback bug. Fix #10248, contributed by PR #10250. |
| 113 | + |
| 114 | ++ [Fix] Fix that the last axis labels are duplicated. Fix #10304. |
| 115 | + |
| 116 | ++ [Fix] Fix that setting `emphasis.lineStyle.type` as `solid` dose not work. Fix #9704, close #10129. |
| 117 | + |
| 118 | ++ [Fix] Fix that if some negetive numbers or strings existing in the dimensions array, the corresponding line will not show. Fix #10343. |
| 119 | + |
| 120 | ++ [Fix] Fix that when `'0'` existing in dimentions the chart do not work. Make backward compat when dimention is a number-like string. Fix #9363, contributed by PR #9388. |
| 121 | + |
| 122 | ++ [Fix] Fix hover style on `textStroke` bug in custom series. |
| 123 | + |
| 124 | ++ [Fix] Fix graph bug when data is number typed. Fix #10485. |
| 125 | + |
| 126 | ++ [Fix] Fix that `axisPointer` label padding does not work. Fix #10569. |
| 127 | + |
| 128 | ++ [Fix] Add `dimIndex` for callback formatter in radar. Close #10403, #10180, contributed PR #10437. |
| 129 | + |
| 130 | ++ [Fix] Prevent treamap from using hover layer by default. Fix #10521. Ref #10635. |
| 131 | + |
| 132 | ++ [Fix] Update pointer when type is none. Fix #10570. |
| 133 | + |
| 134 | ++ [Fix] Enhance circular layout: based on symbol size and fix overlap when some value are very smaller than the max value. Fix #10462, Close #10615. |
| 135 | + |
| 136 | ++ [Fix] Support click and tooltip in bar large mode. Fix #10699. |
| 137 | + |
| 138 | + |
| 139 | + |
| 140 | + |
| 141 | + |
| 142 | +## v4.2.1 |
| 143 | + |
| 144 | +<div class="time">2019-03-21</div> |
| 145 | + |
| 146 | ++ [Fix] Fix text cache problem. See [#9190](https://github.com/apache/incubator-echarts/issues/9190), [#9597](https://github.com/apache/incubator-echarts/issues/9597), [#9762](https://github.com/apache/incubator-echarts/issues/9762). |
| 147 | + |
| 148 | ++ [Fix] Fix that in some case re-`setOption` in event handler throws error. See [#9649](https://github.com/apache/incubator-echarts/issues/9649). |
| 149 | + |
| 150 | ++ [Fix] Fix that geo region problem causes `showTip` abnormal. See [#9156](https://github.com/apache/incubator-echarts/issues/9156). |
| 151 | + |
| 152 | ++ [Fix] Fix that stacked bars are over cartesian in some cases. See [#9346](https://github.com/apache/incubator-echarts/issues/9346). |
| 153 | + |
| 154 | ++ [Fix] Fix that legend is not able to scroll when the space is not enough to contain one item. See [#6743](https://github.com/apache/incubator-echarts/issues/6743), [#8971](https://github.com/apache/incubator-echarts/issues/8971), [#9471](https://github.com/apache/incubator-echarts/issues/9471). |
| 155 | + |
| 156 | ++ [Fix] Fix that the centered pie label might has some bias on some angles. See [#9657](https://github.com/apache/incubator-echarts/issues/9657). |
| 157 | + |
| 158 | ++ [Fix] Fix that Geo map panning is not working on MS Edge browser See [#9479](https://github.com/apache/incubator-echarts/issues/9479). |
| 159 | + |
| 160 | ++ [Fix] Fix that label dispaly problem in map series. See [#9682](https://github.com/apache/incubator-echarts/issues/9682). |
| 161 | + |
| 162 | ++ [Fix] Fix that `visualMap: false` set on data items makes subsequent items abnormal. See [#8799](https://github.com/apache/incubator-echarts/issues/8799). |
| 163 | + |
| 164 | ++ [Fix] When `axisLabel.interval` of a category axis is set as `0`, all labels show regardless of overlap. See [#9589](https://github.com/apache/incubator-echarts/issues/9589). |
| 165 | + |
| 166 | ++ [Fix] Fix grid(cartesian) did not render when both containLabel and axisLabel.rich used. |
| 167 | + |
| 168 | ++ [Fix] Fix license statement. |
| 169 | + |
| 170 | ++ [Fix] Fix rich text boundingRect bug. |
| 171 | + |
| 172 | + |
| 173 | + |
| 174 | + |
1 | 175 | ## v4.2.1.rc1 |
2 | 176 |
|
3 | 177 | <div class="time">2019-01-22</div> |
|
0 commit comments