You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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) {
// 响应事件操作
});
`
The text was updated successfully, but these errors were encountered: