Skip to content

Releases: plainheart/echarts-extension-gmap

v1.6.0

13 Apr 12:59
Compare
Choose a tag to compare
  • [fix] Fix the chart with a fixed size can't get resized correctly after the Google map enters fullscreen. (#15, thanks to @maeln)

v1.5.0

20 Nov 09:53
Compare
Choose a tag to compare

v1.4.0

07 Sep 03:25
Compare
Choose a tag to compare
  • [feat] add roam option to gmap component. (#5)
  • [misc] remove lodash.debounce dependency.
  • [ci] add github workflow to build automatically.

v1.3.1

14 Mar 09:13
Compare
Choose a tag to compare
  • [fix] return an Infinity value array but not undefined in latLngToPixel. (#2)
  • [misc] remove incubating because of the graduation of Apache ECharts.

v1.3.0

16 Nov 19:31
Compare
Choose a tag to compare
  • [fix] check the null pointer before destroying the chart and map to prevent the potential crash.

v1.2.1

25 Sep 19:13
Compare
Choose a tag to compare
  • [dev] userollup to bundle instead of webpack.

  • See v1.2.0 for more details.

v1.2.0

25 Sep 10:46
Compare
Choose a tag to compare

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

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

v1.0.4

16 Jul 11:52
Compare
Choose a tag to compare
  • [fix] fixed wrong variable name: resizeChart should be resizeHandler, which may lead to an error when renderOnMoving is false.

v1.0.3

15 Jun 01:58
Compare
Choose a tag to compare
  • [fix] fixed a bug that echarts layer won't display after chart is disposed and created again.