-
Notifications
You must be signed in to change notification settings - Fork 352
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
When point.sensitivity is a function then data.onclick is not working #3912
Comments
Hi @kisyov21, the Checkout the example below, when senstivity is near bubble shape, the mouse cursor will change. So combining two options, point.senstivity fulfill the first requirement and when is in the boundary that's the moment which data.onclick work. |
@netil thanks for the response, but I think the jsfiddle link is wrong.. Can you please update it? |
@kisyov21 updated the link |
@netil thank you for your time! I will check what might be the problem on my end. |
@netil actually I found why it is not working on my side. When the type is "timeseries" not "bubble", onclick is not fired. Is it by design or it is a bug? |
@netil Hi, did you have a chance to check what I sent above last week? It is a really important for me to understand is it a bug or there is something I missed in the documentation. Thanks in advance! |
@kisyov21 quite busy these days. I'll go over it soon. |
Fix to consider point.sensitivity as function value when determining mouse pointer is within the point Ref naver#3912
Description
With this ticket I am referring to the second issue from the already closed ticket - #3900
When point.sensitivity is a function then data.onclick is not working.
Steps to check or reproduce
check the code attached to #3900
The text was updated successfully, but these errors were encountered: