Closed
Description
Version
1.11.5
Link to Minimal Reproduction
Steps to Reproduce
"bar": {
"style": {
"cornerRadius": [4, 4, 0, 0],
"fillOpacity": 1,
"stroke": { "type": "palette", "key": "backgroundColor" },
"lineWidth": 0,
"lineCap": "round",
"lineJoin": "round"
},
"state": {
"highlight": {},
"blur": { "opacity": 0.4 }
}
},
"barBackground": {
"visible": false,
"style": {
"fill": { "type": "palette", "key": "primaryFontColor", "a": 0.06 }
}
},
"barWidth": "80%",
"barMaxWidth": 10,
"barGapInGroup": "20%",
"stackCornerRadius": [4, 4, 0, 0]
},
Current Behavior
Bar Chart - barWidth设置后,barMaxWidth 不生效
Expected Behavior
请修复,让 barMaxWidth 生效
Environment
- OS:
- Browser:
- Framework:
Any additional comments?
No response