Releases: plainheart/echarts-extension-gmap
Releases · plainheart/echarts-extension-gmap
v1.7.0
- [fix] Prevent override of google maps
gestureHandling
setting. (#20, thanks to @antonplagemann)
v1.6.0
v1.5.0
- [feat] Support Google Map coordinate system for
pie
series. See also Displaying Pie charts in more coordinate systems and example. - [feat] Support
convertToPixel
API andconvertFromPixel
API. - [fix] Destroy Google Map when calling
chart.clear()
v1.4.0
v1.3.1
v1.3.0
- [fix] check the null pointer before destroying the chart and map to prevent the potential crash.
v1.2.1
v1.2.0
This version fixed some issues reported in #1, thanks to @Nevyn75
- [fix] update bundle configuration, only build source-map file when the env is development.
- [fix] remove unnecessary external dependency
echarts
from package.json. - [fix] fix wrong import var name and registered coordinate system name.
- [fix] fix some typo in comments.
v1.1.0
- [feat] no animation delay when moving and zooming (for ECharts 5.x).
v1.0.4
- [fix] fixed wrong variable name:
resizeChart
should beresizeHandler
, which may lead to an error whenrenderOnMoving
isfalse
.