We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
G2 4.0 里发布了各种元素的动画配置接口,但是辅助元素的动画只能开关,不能延迟,Label 加上延迟之后效果就很不错,希望辅助元素也能加上这个功能接口
chart. annotation().line({ animate: true, animateOption: {...} })
The text was updated successfully, but these errors were encountered:
fix: 修复 chart.annotation() 接口中 animateOption 属性不生效的问题,Closed #2146
6a3ecba
simaQ
Successfully merging a pull request may close this issue.
新需求描述:
G2 4.0 里发布了各种元素的动画配置接口,但是辅助元素的动画只能开关,不能延迟,Label 加上延迟之后效果就很不错,希望辅助元素也能加上这个功能接口
The text was updated successfully, but these errors were encountered: