Fires when the user moves the mouse pointer
while it is over a chart element.
Syntax
Javascript (Usage) | |
---|
$(function () {
// Set mouseMove event handler function
$(".selector").wijpiechart({
mouseMove : function (e, args) {
}
});
});
|
Javascript (Specification) | |
---|
mouseMove = function (
: Object,
: IWijPieChartEventArgs
) { };
|
Parameters
- e
- The jQuery.Event object.
- args
- The data with this event.
See Also
Reference
options type
wijpiechart jQuery Widget