F5F5 opened a new issue #14435: URL: https://github.com/apache/echarts/issues/14435
### Version 5.0.2 ### Reproduction link [https://jsfiddle.net/8065mwsv/1/](https://jsfiddle.net/8065mwsv/1/) ### Steps to reproduce option = { yAxis: { type: 'category', data: ['Mon', 'Tue', 'Wed', 'Thu', 'Fri', 'Sat', 'Sun'] }, xAxis: { splitNumber: 7, max: 'dataMax', type: 'value' }, series: [{ data: [ 18203, 23489, 29034, 104970, 131744, 140230, 63023,], type: 'bar' }] }; ### What is expected? 期望所有分割线宽度一致 ### What is actually happening? 实际最右边多出了1px <!-- This issue is generated by echarts-issue-helper. DO NOT REMOVE --> <!-- This issue is in English. DO NOT REMOVE --> ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
