shujuliuguyu opened a new issue, #21364: URL: https://github.com/apache/echarts/issues/21364
### Version 5.6.0 ### Link to Minimal Reproduction https://echarts.apache.org/examples/zh/editor.html?c=bar-negative ### Steps to Reproduce 1.本bug基于此例子修改https://echarts.apache.org/examples/zh/editor.html?c=bar-negative 2.访问此网站后,左边替换为以下内容 1.本bug基于此例子修改https://echarts.apache.org/examples/zh/editor.html?c=bar-negative 2.访问此网站后,左边替换为以下内容 option = { tooltip: { trigger: 'axis', axisPointer: { type: 'shadow' } }, legend: { data: ['Expenses', 'Income'] }, xAxis: [ { type: 'value' } ], yAxis: [ { type: 'category', axisTick: { show: false }, data: ['Mon', 'Tue', 'Wed', 'Thu', 'Fri', 'Sat', 'Sun'] } ], series: [ { name: 'Income', type: 'bar', stack: 'Total', label: { show: true, position: 'right' }, emphasis: { focus: 'series' }, data: [320, 0, 341, 374, 390, 450, 420] }, { name: 'Expenses', type: 'bar', stack: 'Total', label: { show: true, position: 'left' }, emphasis: { focus: 'series' }, data: [0, -132, -101, -134, -190, -230, -210] } ] }; ### Current Behavior <img width="1920" height="912" alt="Image" src="https://github.com/user-attachments/assets/59c00685-6567-43c1-a52a-a4a99dedf76d" /> ### Expected Behavior 见上面的图片 ### 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]
