NOTE: This is a Non-Apache Release
v3.6.0
-
[+] Published custom series, which enables user to customize render logic and make new types of chart. See samples。
-
[+] Supported polar bar chart. See sample1, sample2, sample3。
-
[+] Supported encode, which enable user to specify which dimensions in data are mapped to which axis of coordinate system. Or which dimensions will be displayed in tooltip or label. [Break Change]: The default name of the third dimension in
cartesian2d
is changed from'z'
to'value'
. If'z'
is used in visualMap.dimension, please modify it to'value'
or2
. -
[+] Supported dimensions, which enables that specifying names and types for each dimensions in data. Name can be displayed in tooltip.
-
[+] Supported dataZoom.minSpan and dataZoom.maxSpan. See #2843.
-
[+] Supported dataZoom.moveOnMouseMove and dataZoom.zoomOnMouseWheel, which enables that triggering dataZoom only by mouse wheel while holding 'ctrl'/'alt'/'shift'. Moreover, supported preventDefaultMouseMove, See #5769.
-
[+] Supported using image in dataZoom.handleIcon setting.
-
[^] Fixed boundary problems on world map.
-
[^] Fixed that minInterval did not work when min was set. See #4838.
-
[^] Fixed problems caused by default properties on
Object
. See #5576. -
[^] Fixed that error was thrown when
setOption
while legend selection changed, which was caused graphic. See #5783. -
[^] Fixed parallelAxis.axisLabel.interval supporting. See #5694.
-
[^] Enhanced interaction of
dataZoom
. -
[^] Fixed the problem about minAngle on rose chart. See #5617.
-
[^] Fixed the problem when tooltip updating.