Bars stay in outOfBrush style after a brush remove on click when tooltip trigger is 'axis'
- Dominant language
- TypeScript
- Stars
- 67.3k
- Forks
- 19.8k
- Avg merge
- 11d 14h
- Merged PRs (30d)
- 8
Description
### Version
5.0.2
### Steps to reproduce
- Go to https://echarts.apache.org/examples/en/editor.html?c=bar-brush
- Comment out line 83 where we set options to the chart on the 'brushSelected' event
- Put tooltip trigger option to axis: tooltip: {trigger:'axis'}
- Enable the horizontal brush selection by clicking on the toolbox
- Select some bars with the brush
- Remove the brush by clicking on a bar that is not selected and is in the 'outOfBrush' style
### What is expected?
All bars should return to their original color since nothing is selected.
### What is actually happening?
The bar we clicked on to remove the brush selection remains in the 'outOfBrush' style

Contributor guide
Assessment
This issue has not been assessed yet.