4.0.3
NOTE: This is a Non-Apache Release
v4.0.3
-
[+] ECharts has been able to work on WeChat Applet.
-
[+] Added a new smooth policy, which corrects some undesired smooth result. See details in series-line.smooth and series-line.smoothMonotone. Fixed #7158.
-
[+] Supported series-line.symbolOffset of axis arrow. See #7422.
-
[+] Supported series-sunburst.label.minAngle, which enables hiding text if the sector is less then the
minAngle
. See #7614. -
[+] Supported configuring series-sunburst.nodeClick in level or single sector. See #7541.
-
[^] Fixed shape clip when line chart is overflow cartesian area.
-
[^] Fixed that the last area of splitArea did not display. See #7118.
-
[^] Fixed the case when visualMap component is not imported for sunburst. See #7575.
-
[^] Fixed that apendData did not work when data amount was less then progressive limit. See #7718 and #7625.
-
[^] Fixed that apendData caused series color changed if series name was not specified.
-
[^] Fixed that tooltip.axisPointer.label.show did not work when set as
false
. See #7725. -
[^] Fixed that map could not be selected if an area had no data. See #7629.
-
[^] Fixed candlestick encode problem. See #7715.
-
[^] Fixed the data item empty check logic, which caused that renderItem could not enter when value array length not the same, and dataset could not be displayed. See #7733.
-
[^] Fixed the textStyle compatibility logic.