Moon1102 opened a new issue #16665:
URL: https://github.com/apache/echarts/issues/16665
### Version
5.3.0
### Link to Minimal Reproduction
_No response_
### Steps to Reproduce
```option = {
yAxis: [
{
type: 'value',
}
],
xAxis: [
{
type: 'value',
data: [
0, 625, 1250, 1875, 2500, 3125, 3750, 4375, 5000, 5625, 6250, 6875,
7500, 8125, 8750, 9375, 10000, 10625, 11250, 11875, 12500, 13125,
13750,
14375
],
}
],
series: [
{
type: 'line',
name: 'PL_PC_P1',
data: [
[0, 14],
[625, 14],
[1250, 14],
[1875, 14],
[2500, 15],
],
emphasis: {
focus: 'series'
},
markPoint: {
data: [
{
value: 128,
xAxis: 1120,
yAxis: 14,
}
]
}
},
{
type: 'line',
name: 'PL_PC_P',
emphasis: {
focus: 'series',
},
data: [
[0, 15],
[625, 15],
[1250, 15],
[1875, 15],
[2500, 14],
[3125, 15],
[3750, 15],
]
}
]
};
```
### Current Behavior
鼠标移到绿线[name = PL_PC_P]上触发高亮后 鼠标移走 蓝线[name = PL_PC_P1]的markpoint没有回复到普通状态
(expected)
<img width="630" alt="图片"
src="https://user-images.githubusercontent.com/15380331/157784456-4c98a2d3-48d8-42b8-959e-ce9a96425c5d.png">
(actually)
<img width="694" alt="图片"
src="https://user-images.githubusercontent.com/15380331/157784547-750d43b8-14bf-4103-b584-5ef1c2d6b53e.png">
### Expected Behavior
鼠标移走后 期望恢复蓝线[name = PL_PC_P1]的markpoint到普通状态
### Environment
```markdown
- OS: macOS 11.4
- Browser: Firefox
- Framework:
```
### Any additional comments?
_No response_
--
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]