Heyunzhen opened a new issue, #18932:
URL: https://github.com/apache/echarts/issues/18932

   ### Version
   
   5.4.3
   
   ### Link to Minimal Reproduction
   
   1
   
   ### Steps to Reproduce
   
   1 柱状图图表加载完成后
   2 将窗口resize
   3 触发了echarts的resize方法,修改了color属性
   理想情况下
   只修改颜色
   现实:
   颜色修改好了,但是Y轴没了
   必须这样修改才好
    WeisRef.value?.setOption({//铁前区进度图表
             color: '#3A76FF',
             yAxis: {
               show:true,
             }
   })
   
   ### Current Behavior
   
   1 图表加载完成后
   2 将窗口resize
   3 触发了echarts的resize方法,修改了color属性
   
   ### Expected Behavior
   
   理想情况下
   只修改颜色不印象别的配置
   
   
   ### Environment
   
   ```markdown
   - OS: win
   - Browser: 谷歌
   - Framework: Vue3
   ```
   
   
   ### Any additional comments?
   
   _No response_


-- 
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]

Reply via email to