Wijmo UI for the Web
mouseMove Event
wijmo.sparkline.wijsparkline Namespace > options type : mouseMove Event
The jQuery.Event object.
The data with this event.
This event fires when the user moves the mouse pointer while it is over a sparkline.
Syntax
$(function () {
    // Set mouseMove event handler function
    $(".selector").wijsparkline({
        mouseMove : function (e, args) {
     
        }
    });
});
mouseMove = function ( 
   e : Object,
   args : IWijSparklineEventArgs
) { };

Parameters

e
The jQuery.Event object.
args
The data with this event.
See Also

Reference

options type
wijsparkline jQuery Widget