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
- OS:
- Browser:
- Framework:
Any additional comments?
Workaround:
legend: {
bottom: 0,
padding: [0,0,2,0]
},
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
Any additional comments?
Workaround: