提交 38b89cfd 编写于 作者: L lang

Pie hover animation may stop the data updating animation and stopped on the wrong shape

上级 ae886d7e
......@@ -218,6 +218,9 @@ define(function (require) {
);
function onEmphasis() {
// Sector may has animation of updating data. Force to move to the last frame
// Or it may stopped on the wrong shape
sector.stopAnimation(true);
sector.animateTo({
shape: {
r: layout.r + 10
......@@ -225,6 +228,7 @@ define(function (require) {
}, 300, 'elasticOut');
}
function onNormal() {
sector.stopAnimation(true);
sector.animateTo({
shape: {
r: layout.r
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册