NOTE: This is a Non-Apache Release
-
[+] Published calendar coordinate system. See example.
-
[+] Published echarts statistics tools echarts-stat
-
[+] Enhanced axis pointer See examples: link, mobile (touch device) 1, mobile (touch device) 2, analysis, multiple Y axes, multiple X axes. Supported and enhanced #5040, #5039, #5102, #5262, #4905, #4921, #5091.
-
[+] Enhanced method
echarts.util.parseDate
, which have supported parsing different formats of data expression to UTC time. See time in series.data -
[^] Enhanced processing of geoJSON.
-
[^] Fixed that toolbox.feature.dataZoom can not control multiple x axes. See #4896.
-
[^] Fixed the default extent of category axis in dataZoom. See #5226.
-
[^] Fixed function name of "disConnect". See #5208.
-
[^] Remove incorrect warning specifying
width,height
when initialize echart. See #4569. -
[^] Fixed that tooltip in gauge do not support percentage. See #4347 and #4332.
-
[^] Fixed the behavior when pointer color is 'auto' in gauge. See #5109.
-
[^] Fixed the problem when series-gauge.pointer.show is
false
. See #4944. -
Fixed the initialization of series-treemap.data is incorrect in one case.
-
Enhanced the behavior of brush on category axis.
-
[^] Fixed that visualMap is abnormal when some item of visualMap-piecewise.categories is numberic string. See #4960.