[Bug] [bar] when realtimeSort is true and tooltip.trigger is 'axis',tooltip and axisLabel will not match
Open
bug
en
pending
- Dominant language
- TypeScript
- Stars
- 67.3k
- Forks
- 19.8k
- Avg merge
- 11d 14h
- Merged PRs (30d)
- 8
Description
### Version
5.5.1
### Link to Minimal Reproduction
https://echarts.apache.org/examples/zh/editor.html?c=bar-race-country&reset=1&edit=1
### Steps to Reproduce
just add this in option
`
tooltip: {
show: true,
trigger: 'axis',
},
`
### Current Behavior
tooltip show the label before sorting
### Expected Behavior
tooltip show sorted label
### Environment
```markdown
- OS: win11
- Browser: edge latest
- Framework:
```
### Any additional comments?
_No response_
Contributor guide
Assessment
This issue has not been assessed yet.