You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@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. 🤗
TRANSLATED
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
Oh, I understand the bug now. Everything is fine when the line legend is enabled.
But when the line legend item is disabled, setting line.symbolSize to zero(0) thru setOption does not work. It seems as if there is a hidden emphasis.symbolSize that changes instead of line.symbolSize. Demo
Version
5.6.0
Link to Minimal Reproduction
https://echarts.apache.org/examples/zh/editor.html?c=line-stack&lang=js
Steps to Reproduce
Current Behavior
隐藏的图表自动重新渲染后没有应用最新的 series 配置
Expected Behavior
预期隐藏图表后,更新 option 能应用最新的 series 配置
Environment
Any additional comments?
No response
The text was updated successfully, but these errors were encountered: