zhaoxiaoran opened a new issue #10782: map动画无效 URL: https://github.com/apache/incubator-echarts/issues/10782 ### Version 4.1.0-release ### Steps to reproduce 设定地图展示动画无效 ### What is expected? 有展示动画 ### What is actually happening? 无展示动画 `visualMap: [{ type: 'continuous', min: 0, max: 100, inRange: {color: ['yellow', 'red']} }], animationDuration: 1000, animationEasing: 'cubicOut', animationDurationUpdate: 1000, series:[{ type: 'map', }] ` <!-- This issue is generated by echarts-issue-helper. DO NOT REMOVE -->
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
