apache / echarts

Apache ECharts is a powerful, interactive charting and data visualization library for browser
https://echarts.apache.org
Apache License 2.0
60.48k stars 19.62k forks source link

漏斗图funnel-customize 焦点切换问题 #13115

Closed soarding closed 2 years ago

soarding commented 4 years ago

Version

4.8.0

Steps to reproduce

外层漏斗和里层漏斗有不同的hover label, 当鼠标从里层漏斗进入外层漏斗时,hover label切换成外层label (没有问题) 当鼠标从外层漏斗进入里层漏斗时,hover的label没有切换成里层label (有问题)

What is expected?

当鼠标从外层漏斗进入里层漏斗时,hover的label切换成里层的label

What is actually happening?

当鼠标从外层漏斗进入里层漏斗时,hover的label没有切换成里层label

echarts-bot[bot] commented 4 years ago

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 dev@echarts.apache.org. Please attach the issue link if it's a technical questions.

If you are interested in the project, you may also subscribe our mail list.

Have a nice day! 🍵

100pah commented 4 years ago

可对内层 funnel series 设定更高的 z 值解决这个问题:

series: [{
    // 外层
    type: 'funnel',
}, {
    // 内层
    type: 'funnel',
    z: 100
}]
soarding commented 4 years ago

可以的,赞👍

github-actions[bot] commented 2 years ago

This issue has been automatically marked as stale because it did not have recent activity. It will be closed in 7 days if no further activity occurs. If you wish not to mark it as stale, please leave a comment in this issue.

github-actions[bot] commented 2 years ago

This issue has been automatically closed because it did not have recent activity. If this remains to be a problem with the latest version of Apache ECharts, please open a new issue and link this to it. Thanks!