dobettest opened a new issue #16667: URL: https://github.com/apache/echarts/issues/16667
### Version 5.3.1 ### Link to Minimal Reproduction https://h3tm59.csb.app/ ### Steps to Reproduce { xAxis: { show: false }, yAxis: { type: "category", show: false }, series: [ { type: "bar", data: [200], stack: "总量", barWidth: 10, itemStyle: { color: "green" } }, { type: "bar", data: [250], // stack: '总量', barWidth: 10, itemStyle: { color: "#eee" } } ], grid: { top: 0, right: 0, bottom: 0, left: 0 } }; 复现步骤:对比取消第二个series中的stack属性注释与未取消前的偏移效果 ### Current Behavior 灰色bar和绿色bar重叠后的offset为250 ### Expected Behavior 灰色bar和绿色bar的重叠后的offset为50,实际上为250 ### 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]
