Amelia-rgb18 commented on issue #20902:
URL: https://github.com/apache/echarts/issues/20902#issuecomment-2785115529
The only solution currently available is to prevent changes in the y-axis
caused by data by setting a maximum value on the y-axis
```
yAxis: {
type: "value",
max: // 动态或者固定去设置,
},
```
--
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]