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:
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: