Open
Description
Version
5.3.3
Link to Minimal Reproduction
https://codepen.io/xindatu/pen/ZYGVGOm
Steps to Reproduce
option = {
"grid": {
"left": 0,
"right": 0,
"containLabel": true
},
"xAxis": {
"data": [
{
"value": "2025/05/14"
},
{
"value": "2025/05/15"
},
],
},
"yAxis": [
{
},
{
"scale": true,
"position": "right",
"alignTicks": true
}
],
"series": [
{
"name": "a",
"type": "bar",
"data": [
{
"name": "2025/06/11",
"value": "2.25",
},
{
"name": "2025/06/12",
"value": "2.19",
},
],
"yAxisIndex": 1
}
]
};
Current Behavior
grid right 0 failed
Expected Behavior
except grid right to be 0
Environment
- OS:macOS
- Browser:chrome
- Framework:Vue@3
Any additional comments?
No response