echarts
echarts copied to clipboard
[Bug] [bar] when realtimeSort is true and tooltip.trigger is 'axis',tooltip and axisLabel will not match
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