echarts-bot[bot] commented on issue #20898: URL: https://github.com/apache/echarts/issues/20898#issuecomment-2782515179
@TimGin117 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] After hiding a series chart with a legend, the symbolSize configuration of the series chart is updated, and the chart is automatically re-rendered without being applied to the latest symbolSize value **BODY** ### Version 5.6.0 ### Link to Minimal Reproduction https://echarts.apache.org/examples/zh/editor.html?c=line-stack&lang=js ### Steps to Reproduce 1. Click on the legend configuration to hide the email chart 2. Update option.series[0].symbolSize value, such as 5 -> 0 3. Chart update option triggers re-rendering, and the hidden email chart is re-presented, but the symbolSize configuration is still 5 4. Click Run manually and re-render the chart again to correctly display the latest symbolSize  ### Current Behavior The hidden chart is automatically rerendered without the latest series configuration applied ### Expected Behavior After the chart is expected to be hidden, update option can apply the latest series configuration ### Environment ```markdown - OS: macOS - Browser: Chrome - Framework: react ``` ### 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]
