echarts-bot[bot] commented on issue #19413: URL: https://github.com/apache/echarts/issues/19413#issuecomment-1859597178
@k90325248 It seems you are not using English, I've helped translate the content automatically. To make your issue understood by more people and get helped, we'd like to suggest using English next time. 🤗 <details><summary><b>TRANSLATED</b></summary><br> **TITLE** [Bug] Unable to update roam **BODY** ### Version 5.4.3 ### Link to Minimal Reproduction https://codepen.io/k90325248-the-selector/pen/LYqwLwm ### Steps to Reproduce After 5 seconds, `myChart.setOption({ series: [{ roam: true }] });` will be executed. But still can't zoom. ### Current Behavior Default option.series[0].roam = false Execute `myChart.setOption({ series: [{ roam: true }] });` after 5 seconds. But still can't zoom. The default is true and cannot be changed to false. Tips: Use getOption to see if the roommate was changed successfully. ### Expected Behavior roam becomes a changeable value. ### Environment ```markdown -OS: -Browser: - Framework: ``` ### Any additional comments? _No response_ </details> -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
