Skip to content

Commit

Permalink
fix #364
Browse files Browse the repository at this point in the history
  • Loading branch information
kener committed Jun 10, 2014
1 parent 6fedd9c commit b36ffa2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/chart/map.js
Original file line number Diff line number Diff line change
Expand Up @@ -1133,6 +1133,7 @@ define(function (require) {
// 没有在当前实例上发生点击直接返回
return;
}
this.isClick = false;

var target = param.target;
var name = target.style._name;
Expand Down
1 change: 1 addition & 0 deletions src/chart/pie.js
Original file line number Diff line number Diff line change
Expand Up @@ -873,6 +873,7 @@ define(function (require) {
// 没有在当前实例上发生点击直接返回
return;
}
this.isClick = false;
var offset; // 偏移
var target = param.target;
var style = target.style;
Expand Down

0 comments on commit b36ffa2

Please sign in to comment.