echarts-bot[bot] commented on issue #18932:
URL: https://github.com/apache/echarts/issues/18932#issuecomment-1653362800
@Heyunzhen 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] options configure yAxis.show to true and the y-axis disappears after
setOption is merged
**BODY**
### Version
5.4.3
### Link to Minimal Reproduction
1
### Steps to Reproduce
1 After the histogram chart is loaded
2 resize the window
3 Triggered the resize method of echarts and modified the color attribute
ideally
Only modify the color
Reality:
The color is modified, but the Y axis is gone
It must be modified like this
WeisRef.value?.setOption({//The progress chart of the iron front area
color: '#3A76FF',
yAxis: {
show: true,
}
})
### Current Behavior
1 After the chart is loaded
2 resize the window
3 Triggered the resize method of echarts and modified the color attribute
### Expected Behavior
ideally
Only modify the color without impressing other configurations
### Environment
```markdown
- OS: win
- Browser: Google
- Framework: Vue3
```
### 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]