echarts-bot[bot] commented on issue #17600:
URL: https://github.com/apache/echarts/issues/17600#issuecomment-1232623506
@anyanyan07 It seems you are not using English, I've helped translate the
content automatically. To make your issue understood by more people and get
helped, we'd like to suggest using English next time. 🤗
<details><summary><b>TRANSLATED</b></summary><br>
**TITLE**
[Bug] labelLayout sets hideOverlap to true, and when focus is set to series,
all labels are displayed when the legend is suspended
**BODY**
### Version
5+
### Link to Minimal Reproduction
_No response_
### Steps to Reproduce
The options configuration is as follows:
` label:{
show:true
},
labelLayout:{
hideOverlap:true
},
emphasis:{
focus:'series'
}`
Overlapping labels are hidden when the width is insufficient, but when the
legend is suspended, all the labels are displayed, that is, the hideOverlap is
invalid when the legend is suspended.
### Current Behavior
Overlapping labels are hidden when the width is insufficient, but when the
legend is suspended, all the labels are displayed, that is, the hideOverlap is
invalid when the legend is suspended.
### Expected Behavior
Overlapping labels are hidden when the width is insufficient, and
overlapping labels are hidden when the legend is hovered
### Environment
```markdown
- OS:
- Browser:
- Framework:
```
### Any additional comments?
_No response_
</details>
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]