mchvip opened a new issue, #20498:
URL: https://github.com/apache/echarts/issues/20498
### Version
5.5.1
### Link to Minimal Reproduction
无
### Steps to Reproduce
1、建立图表
2、配置axisTick.customValues
`
axisTick: {
alignWithLabel: true,
customValues: [10, 100, 1000, 10000, 100000,
1000000]
},
`

3、配置axisLabel.formatter
`
axisLabel: {
showMinLabel: true,
showMaxLabel: true,
formatter: function (value) {
return Number(value).toExponential(0)
}
},
`

### Current Behavior
未设置axisLabel.formatter之前,可以根据axisTick.customValues设置的值进行展示,设置了axisLabel.formatter,无法根据根据axisTick.customValues设置的值进行展示
### Expected Behavior
无论是否设置axisLabel.formatter,都根据axisTick.customValues设置的值进行展示
### Environment
```markdown
- OS: win10
- Browser: chrome 130.0.6723.92
- 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]