echarts icon indicating copy to clipboard operation
echarts copied to clipboard

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

Open lau96 opened this issue 1 year ago • 0 comments

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

- OS: win11
- Browser: edge latest
- Framework:

Any additional comments?

No response

lau96 avatar Dec 19 '24 07:12 lau96