avitalze opened a new issue, #18004:
URL: https://github.com/apache/echarts/issues/18004
### Version
5.2.2
### Link to Minimal Reproduction
_No response_
### Steps to Reproduce
I have xAxis from type: 'category'. I try to have only **left** boundaryGap
to my chart.
I saw that boundaryGap get an bool input ( true \ false),
I saw for non-category axis, boundaryGap is an array of two values,
representing the spanning range between minimum and maximum values.
How can I have something similar to category axis ?
### Current Behavior
When I use boundaryGap=true I affect both sides, and I only want to have
boundaryGap on the right side
### Expected Behavior
I want to have boundaryGap on the right side. (and not boundaryGap at all at
left side)
### Environment
```markdown
- OS:
- Browser:
- Framework:
```
### Any additional comments?

--
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]