echarts
echarts copied to clipboard
关系图中鼠标放在类目上面,节点淡出显示对象为其它类目节点对象
Version
5.0.0
Reproduction link
https://echarts.apache.org/next/examples/zh/editor.html?c=graph
Steps to reproduce

鼠标放在 类目2 上,节点淡出显示对象为其它类目节点对象
What is expected?
关联类目 淡出显示到正确对象上。
What is actually happening?
鼠标放在 类目2 上,淡出显示对象为其它类目对象
Hi! We've received your issue and please be patient to get responded. 🎉 The average response time is expected to be within one day for weekdays.
In the meanwhile, please make sure that you have posted enough image to demo your request. You may also check out the API and chart option to get the answer.
If you don't get helped for a long time (over a week) or have an urgent question to ask, you may also send an email to [email protected]. Please attach the issue link if it's a technical question.
If you are interested in the project, you may also subscribe our mailing list.
Have a nice day! 🍵
Some hint:
- the
highlightaction triggered by legend is
But can not find target data item in{ "type": "highlight", "seriesName": null, "name": "类目7", "excludeSeriesId": [] }toggleSeriesBlurStateFromPayloadbyname: "类目7".
Is there any way to prevent temporarily? @pissang
Same question, any way to disable the current hover event on legends? @pissang
any news on this?
I would like an update on this as well!
For anyone this might help, the legend option selectedMode: false, will turn off legend hovering and selection entirely which can be an improvement over incorrect highlighting when hovering.
what status is it now? i had exact same issue in 5.4.3
the lastest 5.5.1 version still has the bug, any plan to fix it ?