apache / apache/echarts

Y-axis, type:'log' , series type :'bar', the first data value is 0, the bars on charts is not normal.

Open
#9,801 16 comments 5 reactions 0 assignees View on GitHub
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'
}]
};
```

![image](https://user-images.githubusercontent.com/8808496/51438438-26790800-1ce7-11e9-87a3-c4a420d7d216.png)

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.