Skip to content

Commit

Permalink
fix fadeout silent
Browse files Browse the repository at this point in the history
  • Loading branch information
100pah committed Jan 22, 2017
1 parent 3a3fb86 commit 6db590e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/chart/helper/Symbol.js
Original file line number Diff line number Diff line change
Expand Up @@ -285,7 +285,7 @@ define(function (require) {
symbolProto.fadeOut = function (cb) {
var symbolPath = this.childAt(0);
// Avoid mistaken hover when fading out
this.silent = true;
this.silent = symbolPath.silent = true;
// Not show text when animating
symbolPath.style.text = '';
graphic.updateProps(symbolPath, {
Expand Down

0 comments on commit 6db590e

Please sign in to comment.