Echarts Extension Amap Versions Save

🚩 An AMap (https://lbs.amap.com) extension for Apache ECharts (https://github.com/apache/echarts)

v1.7.0

3 years ago
  • [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

3 years ago
  • [dev] use rollup to bundle instead of webpack.

  • See v1.6.0 for more details.

v1.6.0

3 years ago
  • [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

3 years ago
  • [feat] no animation delay when moving and zooming (for ECharts 5.x).

v1.4.1

3 years ago
  • [fix] fixed flicker issue in 3D mode for AMap 1.x when zoom level of map exceeds min/max value.

v1.4.0

3 years ago
  • [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

4 years ago
  • [feature] re-render chart automatically when pitch or rotation of map is changed.
  • [optimize] optimized the rendering experience.

v1.2.1

4 years ago
  • [fix] tweak echarts.util.clone to zrUtil.clone.

  • See v1.2.0 for more details.

v1.2.0

4 years ago
  • [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

4 years ago
  • [fix] compatible with AMap JavaScript API 2.0.