[Bug] 柱状图 log 对数轴下,barMinHeight 不生效
Open
bug
pending
- Dominant language
- TypeScript
- Stars
- 67.3k
- Forks
- 19.8k
- Avg merge
- 11d 14h
- Merged PRs (30d)
- 8
Description
### Version
5.5.1
### Link to Minimal Reproduction
https://echarts.apache.org/examples/zh/editor.html?c=bar-simple
### Steps to Reproduce
```
option = {
xAxis: {
type: 'category',
data: ['Mon', 'Tue', 'Wed', 'Thu', 'Fri', 'Sat', 'Sun']
},
yAxis: {
type: 'log'
},
series: [
{
data: [10, 200, 150, 80, 70, 110, 13],
type: 'bar',
barMinHeight: 90,
}
]
};
```
配置如上,yAxis 类型为 log,barMinHeight 无效
### Current Behavior
yAxis 类型为 log,barMinHeight 无效
### Expected Behavior
yAxis 类型为 log,barMinHeight 生效
### Environment
```markdown
- OS:
- Browser:
- Framework:
```
### Any additional comments?
_No response_
Contributor guide
Assessment
This issue has not been assessed yet.