mousemove - Sets MouseMove Event Handler for Data Series | CanvasJS Charts

mousemove: Function Sets the mousemove event handler for dataSeries which is triggered when user Moves mouse on a dataSeries. Upon event, a parameter that contains event related data is sent to the assigned event handler. Parameter includes dataPoint and dataSeries corresponding to the event. Default: null Example: mousemove: function(e){   alert( e.dataSeries.type+ “, dataPoint { … Continue reading mousemove