yuntian001 opened a new issue, #17077:
URL: https://github.com/apache/echarts/issues/17077
### Version
5.3.2
### Link to Minimal Reproduction
_No response_
### Steps to Reproduce
option = {
xAxis: {
type: 'category',
data: ['Mon', 'Tue', 'Wed', 'Thu', 'Fri', 'Sat', 'Sun'],
axisLine: {
onZero: false
}
},
yAxis: {
type: 'value'
},
series: [{
data: [-120, 200, 150, 80, 70, 110, 130],
type: 'bar'
}]
}
### Current Behavior
In 5.2.2, the bar chart starts at 0, and setting xAxis.axisline.onZero:
false won't make it start at the minimum

### Expected Behavior
This is OK for versions below 4.0.0

### Environment
```markdown
- OS:
- Browser:
- Framework:
```
### Any additional comments?
_No response_
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]