apache / apache/echarts

[Bug] [bar] when realtimeSort is true and tooltip.trigger is 'axis',tooltip and axisLabel will not match

Open
#20,601 0 comments 0 reactions 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.