google visualization timeline show time of mouse cursor
问题 I hope that I can -in google visualization timeline- show time/date of mouse cursor in Java Script, Say like : console.log(googlechart.timedate(mouse.x)); is there any way to get the time date of my mouse x? the thing is that I am trying to do dragging for the timeline elements, so I first get the distance of the mouse got dragged when the cursor was on some element, now I got the pixels and I want to apply that changing in value of that timeline element that the dragging was over it,but can