NOTE: This is a Non-Apache Release
- [+] Add graphic in option, enable graphic configuration in option. See examples: http://echarts.baidu.com/gallery/editor.html?c=line-y-category, http://echarts.baidu.com/gallery/editor.html?c=line-draggable and http://echarts.baidu.com/gallery/editor.html?c=map-province.
- [+] Add visualMin and visualMax, and enhance capability of visual mapping in treemap. See #2509.
- [+] Add tooltip.confine, which can confine tooltip within contianer of echarts instance. It helps a lot in small screen, or in the situation that outer dom is set to be
overflow:hidden
. - [^] Fix that erroneously forbiden default pan behavior in touch device. See #4393.
- [^] Enhance user experience for geo / map in touche device。
- [^] Fix calculation error of containPixel in geo / graph. See #4405.
- [^] Enhance gradient visualMap for line.
- [^] Fix symbol mapping in visualMap.
- [^] Enable realtime upating of label in dataZoom. See #4434.
- [^] Fix highlight error in dataZoom. See #4475.
- [^] Fix that can not save as image in MS Edge browser. See #2451 and #3586.
- [^] Fix format problem for
'time'
axis in tooltip. See #4398. - [^] Fix tooltip may not show bug when first series have null data.
- [^] Fix grid.containLabel not works for large fontSize. See #3805.
- [^] Fix
echarts.extendSeriesModel
error. See #4397. - [^] Fix render error when
clockwise
isfalse
andminAngle
is used in pie. See #4414. - [^] Fix erroneously rendering dot in tooltip when using gradient color. See #3994.