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
I want to show the x and y coordinates of the points my mouse is on with the mouseMove event. At the same time, I will create a different event when clicked, but I cannot get xAxis and yAxis values in this event. While I can do this in the Selection event, how can I do the same in the mouseMove event?
As seen in the documentation, the selection function returns xAxis and yAxis to me, but I could not find them in the parameters in mouseMove.
An example of the result I want to achieve is as follows:
The text was updated successfully, but these errors were encountered:
berkaykirtillii
changed the title
Get xAxis and yAxis with MouseMove events
Get xAxis and yAxis with MouseMove event
Jun 4, 2024
I want to show the x and y coordinates of the points my mouse is on with the mouseMove event. At the same time, I will create a different event when clicked, but I cannot get xAxis and yAxis values in this event. While I can do this in the Selection event, how can I do the same in the mouseMove event?
As seen in the documentation, the selection function returns xAxis and yAxis to me, but I could not find them in the parameters in mouseMove.
An example of the result I want to achieve is as follows:
The text was updated successfully, but these errors were encountered: