Closed as not planned
Description
Version
5.4.2
Link to Minimal Reproduction
https://codepen.io/Resolver1412/pen/OJaMzwg
Steps to Reproduce
- Go to the reproduction link
- click on "remove formatter" button in top left corner
- hover over donut chart items
- => labels appear as you hover over it even though every possible show property is set to false
Current Behavior
Labels appear on hovering even though they shouldn´t since their show property is set to false. It is necessary to set emphasis and labelLine property due to this bug: #17477
Expected Behavior
If label show property is set to false no label should be shown anymore. Even if you hover over it.
Environment
- OS: Windows
- Browser: Chrome 112.0.5615.121
- Framework: not relevant
Any additional comments?
No response