nuke-ellington opened a new issue, #21662: URL: https://github.com/apache/echarts/issues/21662
### Version 6.0.0 ### Link to Minimal Reproduction https://echarts.apache.org/examples/en/editor.html?c=line-stack ### Steps to Reproduce The behaviour can be observed in the example for stacked line chart in the official docs. Have also observed it in bar charts. ### Current Behavior Axis labels get obscured by chart legend. ### Expected Behavior No overlap without additional config ### Environment ```markdown - OS: - Browser: - Framework: ``` ### Any additional comments? Workaround: ``` legend: { bottom: 0, padding: [0,0,2,0] }, ``` -- 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]
