提交 812523c9 编写于 作者: P pissang

fix(line): fix animation wrong due to typo

上级 3bd829d6
......@@ -1012,7 +1012,7 @@ class LineView extends ChartView {
const text = symbolPath.getTextContent();
el.attr({ scaleX: 0, scaleY: 0});
el.animateFrom({
el.animateTo({
scaleX: 1,
scaleY: 1
}, {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册