Skip to content

Releases: plainheart/echarts-extension-amap

v1.7.0

08 Nov 13:54
Compare
Choose a tag to compare
  • [fix] fix potential crash bug when ECharts has no amap component. (#12)
  • [fix] fix the bug that amap style doesn't update. (#13)
  • [misc] try to remove style hack for AMap 2.0 and add absolute layout to amap echarts container.

v1.6.1

26 Sep 08:59
Compare
Choose a tag to compare
  • [dev] use rollup to bundle instead of webpack.

  • See v1.6.0 for more details.

v1.6.0

25 Sep 11:30
Compare
Choose a tag to compare
  • [fix] update bundle configuration, only build source-map file when the env is development.
  • [fix] remove unnecessary external dependency echarts from package.json.

v1.5.0

06 Sep 03:04
Compare
Choose a tag to compare
  • [feat] no animation delay when moving and zooming (for ECharts 5.x).

v1.4.1

18 Jun 04:18
Compare
Choose a tag to compare
  • [fix] fixed flicker issue in 3D mode for AMap 1.x when zoom level of map exceeds min/max value.

v1.4.0

17 Jun 11:58
Compare
Choose a tag to compare
  • [fix] fixed the bug that if 3D mode is not enabled, the chart won't be re-rendered after map view changed in AMap 1.x.

v1.3.0

01 Jun 10:16
Compare
Choose a tag to compare
  • [feature] re-render chart automatically when pitch or rotation of map is changed.
  • [optimize] optimized the rendering experience.

v1.2.1

14 May 08:00
Compare
Choose a tag to compare
  • [fix] tweak echarts.util.clone to zrUtil.clone.

  • See v1.2.0 for more details.

v1.2.0

14 May 07:45
Compare
Choose a tag to compare
  • [optimize] optimized the rendering experience.
  • [fix] added a hack for AMap API 2.0 to fix #5 temporarily.
  • [fix] added the keyword new for AMap.Pixel in AMapCoordSys.prototype.dataToPoint
  • [fix] fixed some error in README.

v1.1.1

05 May 04:50
Compare
Choose a tag to compare
  • [fix] compatible with AMap JavaScript API 2.0.