diff --git a/src/chart/map.js b/src/chart/map.js index 4394124b638dd8e1dfa1d3ad437936692cb61e9d..31b8c948958ce3db128c3e44030c2dd43886853f 100644 --- a/src/chart/map.js +++ b/src/chart/map.js @@ -1027,6 +1027,7 @@ define(function (require) { || this.shapeList[i].type == 'rectangle' || this.shapeList[i].type == 'polygon' || this.shapeList[i].type == 'line' + || this.shapeList[i].type == 'ellipse' ) { this.shapeList[i].scale[0] *= delta; this.shapeList[i].scale[1] *= delta;