Closed as not planned
Description
Version
5.4.2
Link to Minimal Reproduction
https://www.pionex.com/static/media/grid_zhtw.b27dae30.gif
Steps to Reproduce
null
Current Behavior
如图,动画效果我设置了endLabel的圆点,但是动画过程中我无法获取到endLabel的实时位置;
因为我需要根据endLabel的坐标算出横线的位置;
着急,麻烦指点下;

Expected Behavior
期望能在endLabel.formatter中能获取到当前的坐标位置;
或者animation动画的每一帧回调上能获取到endLabel的位置也可以。
myChart.getZr().animation.on("frame", function (...arg) {
console.log(arg);
});
感谢。
Environment
- OS: mac
- Browser:chrome
- Framework: vue@3
Any additional comments?
No response