Wijmo UI for the Web
mouseUp Event
wijmo.chart.wijpiechart Namespace > options type : mouseUp Event
The jQuery.Event object.
The data with this event.
Fires when the user releases a mouse button while the pointer is over the chart element.
Syntax
$(function () {
    // Set mouseUp event handler function
    $(".selector").wijpiechart({
        mouseUp : function (e, args) {
     
        }
    });
});
mouseUp = function ( 
   e : Object,
   args : IWijPieChartEventArgs
) { };

Parameters

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

Reference

options type
wijpiechart Method