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

Parameters

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

Reference

options type
wijpiechart Method