qp666 opened a new issue, #20997: URL: https://github.com/apache/echarts/issues/20997
### Version 5.6 ### Link to Minimal Reproduction https://codesandbox.io/p/sandbox/basic-bar-forked-2jvf59?file=%2Findex.js%3A26%2C14 ### Steps to Reproduce option = { title: { text: "", show: false, }, tooltip: { trigger: "axis", }, legend: { itemWidth: 8, itemHeight: 8, right: "7%", data: ["税负率",], }, xAxis: { type: "category", data: ["1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12"], }, yAxis: [ { type: "value", min: -110, max: 110, splitNumber: 10, position: "left", axisLabel: { formatter: "{value} %", }, }, ], series: [ { name: "税负率", type: "line", barWidth: "15%", data: [110, 6, 7, 8, 9, 10, 11, 10, 9, 8, 7, 6], itemStyle: { color: "#5382f8", }, }, ], }; ### Current Behavior    ### Expected Behavior 希望找到y轴最大最小值不消失的设置方法 ### Environment ```markdown - OS: - Browser: - Framework: ``` ### 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]
