Releases: plainheart/echarts-extension-amap
Releases · plainheart/echarts-extension-amap
v1.12.0
v1.11.0
更新内容
- [feat] 现已支持在高德地图上显示饼图 Pie,参见 在更多坐标系中使用饼图 及 示例。
- [feat] 支持 Apache ECharts 的
convertToPixel
API 和convertFromPixel
API. - [fix] 调用
chart.clear()
清空图表时现在将销毁已创建的高德地图实例。
CHANGELOG
- [feat] Support AMap coordinate system for
pie
series. See also Displaying Pie charts in more coordinate systems and example. - [feat] Support
convertToPixel
API andconvertFromPixel
API. - [fix] Destroy AMap when calling
chart.clear()
v1.10.1
- [fix] use function instead of constant to allow importing the plugin before AMap is loaded.
v1.10.0
v1.9.5
v1.9.3
- [feat] provided type definitions.
- [feat] added the instruction about how to import this extension on demand with Apache ECharts 5.
v1.9.2
- [fix] fix wrong call for
getInstanceByDom
.
v1.9.1
v1.9.0
Refactoring the codebase and implementation to be compatible with Apache ECharts 5 use
API.
-
[feat]: The requirement has been changed to
echarts/lib/echarts
fromecharts
. -
[feat]: Two new options have been provided since this version.
-
echartsLayerInteractive
whether ECharts layer is interactive. The default value istrue
.- Disable it to make AMap own layer interactive, for example, to click the markers or any other overlays on the map.
- Note that this option is not supported in IE 10 or older.
-
largeMode
whether to enable large mode. The default value isfalse
.- Enable it to improve the performance and experience if the chart data is large.
-
-
[feat]: Two new formats of library have been provided since this version.
commonjs
dist/echarts-extension-amap.cjs.jsesm
dist/echarts-extension-amap.esm.js
Deprecated
echartsLayerZIndex
has been deprecated, useechartsLayerInteractive
instead.
NOTE
- If you don't want this plugin to register itself automatically, you could import the
install
method fromexport.js
orsrc/index.js
and then register it manually.
v1.8.0
- [feat] support for switching map language. (Note that only for AMap 1.x)
- [misc] remove
incubating
because of the graduation of Apache ECharts.