echarts icon indicating copy to clipboard operation
echarts copied to clipboard

关系图中鼠标放在类目上面,节点淡出显示对象为其它类目节点对象

Open ljia310 opened this issue 4 years ago • 7 comments

Version

5.0.0

Reproduction link

https://echarts.apache.org/next/examples/zh/editor.html?c=graph

Steps to reproduce

image

鼠标放在 类目2 上,节点淡出显示对象为其它类目节点对象

What is expected?

关联类目 淡出显示到正确对象上。

What is actually happening?

鼠标放在 类目2 上,淡出显示对象为其它类目对象

ljia310 avatar Dec 24 '20 02:12 ljia310

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! 🍵

echarts-bot[bot] avatar Dec 24 '20 02:12 echarts-bot[bot]

Some hint:

  • the highlight action triggered by legend is
    {
        "type": "highlight",
        "seriesName": null,
        "name": "类目7",
        "excludeSeriesId": []
    }
    
    But can not find target data item in toggleSeriesBlurStateFromPayload by name: "类目7".

100pah avatar Jan 09 '21 09:01 100pah

Is there any way to prevent temporarily? @pissang

didiaidada avatar Aug 12 '21 02:08 didiaidada

Same question, any way to disable the current hover event on legends? @pissang

ebnOs0 avatar Aug 12 '21 03:08 ebnOs0

any news on this?

brescianifrancesco avatar Oct 29 '23 15:10 brescianifrancesco

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.

j-kind avatar Nov 01 '23 15:11 j-kind

what status is it now? i had exact same issue in 5.4.3

ryancui92 avatar Aug 15 '24 09:08 ryancui92

the lastest 5.5.1 version still has the bug, any plan to fix it ?

zokie avatar Dec 04 '24 09:12 zokie