提交 895cc001 编写于 作者: P pissang

change(bar): change to fade out animation when series is removed. #12543

上级 58dc3f70
......@@ -704,8 +704,8 @@ function removeRect(
// Not show text when animating
el.removeTextContent();
updateProps(el, {
shape: {
width: 0
style: {
opacity: 0
}
}, animationModel, dataIndex, function () {
el.parent && el.parent.remove(el);
......@@ -720,8 +720,8 @@ function removeSector(
// Not show text when animating
el.removeTextContent();
updateProps(el, {
shape: {
r: el.shape.r0
style: {
opacity: 0
}
}, animationModel, dataIndex, function () {
el.parent && el.parent.remove(el);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册