apache / apache/echarts

[Bug] 柱状图 log 对数轴下,barMinHeight 不生效

Open
#20,537 2 comments 0 reactions 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.