Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

移动端折线tooltip的symbol响应的区域非常小,能否扩大响应范围 #10360

Closed
dagundejuzi opened this issue Apr 25, 2019 · 2 comments

Comments

@dagundejuzi
Copy link

What problem does this feature solve?

symbol点击事件用户体验优化。

What does the proposed API look like?

折线图symbol的点击区域能更大一点,类似于绑定'axis'时那样的,点击临近区域就能响应事件。

目前在移动端点击折线symbol,非常难以点到,可能点7、8下才能点出响应事件,如果symbol在图表边缘就更难点到。如果每次点击间隔5s以上,似乎准确率能高一点。
点击事件的绑定是这样的:
`
……
tooltip: {
show: true,
confine: true,
trigger: 'item',
triggerOn: 'click',
}

……

myChart.on('click',function (param) {
// 响应事件操作
});
`

@echarts-bot
Copy link

echarts-bot bot commented Apr 25, 2019

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.

Have a nice day! 🍵

@echarts-bot echarts-bot bot added new-feature pending We are not sure about whether this is a bug/new feature. waiting-for-help labels Apr 25, 2019
@dagundejuzi dagundejuzi changed the title 移动端折线tooltip的symbol响应点击事件的范围非常小,能否扩大响应范围 移动端折线tooltip的symbol响应的区域非常小,能否扩大响应范围 Apr 25, 2019
@Ovilia Ovilia added enhancement FAQ and removed new-feature pending We are not sure about whether this is a bug/new feature. waiting-for-help labels May 5, 2019
@Ovilia Ovilia added priority: high and removed FAQ labels Aug 29, 2019
@plainheart
Copy link
Member

#17102 应该能够解决此类问题。参见 智能指针吸附

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants