未验证 提交 a7e3b6b8 编写于 作者: C cuijian-dexter 提交者: GitHub

delete Space

上级 83922b23
......@@ -70,11 +70,11 @@ function toggleItemSelected(el, layout, isSelected, selectedOffset, hasAnimation
hasAnimation
// animateTo will stop revious animation like update transition
? el.animate()
.when(200, {
position: position
})
.start('bounceOut') :
el.attr('position', position);
.when(200, {
position: position
})
.start('bounceOut')
: el.attr('position', position);
}
/**
......@@ -146,7 +146,7 @@ piePieceProto.updateData = function (data, idx, firstCreate) {
}, seriesModel, idx);
}
}
}
else {
graphic.updateProps(sector, {
shape: sectorShape
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册