Y-axis, type:'log' , series type :'bar', the first data value is 0, the bars on charts is not normal.
Open
pending
priority: high
- Dominant language
- TypeScript
- Stars
- 67.3k
- Forks
- 19.8k
- Avg merge
- 11d 14h
- Merged PRs (30d)
- 8
Description
```
option = {
xAxis: {
type: 'category',
data: ['Mon', 'Tue', 'Wed', 'Thu', 'Fri', 'Sat', 'Sun']
},
yAxis: {
type: 'log'
},
series: [{
data: [0, 200, 150, 80, 70, 110, 130],
type: 'bar'
}]
};
```

Contributor guide
Assessment
This issue has not been assessed yet.