Wijmo UI for the Web
painted Event
wijmo.chart.wijpiechart Namespace > options type : painted Event
Standard jQuery event object
This event fires after the canvas is painted.
Syntax
$(function () {
    // Set painted event handler function
    $(".selector").wijpiechart({
        painted : function (e) {
     
        }
    });
});
painted = function ( 
   e : jQuery.Event
) { };

Parameters

e
Standard jQuery event object
See Also

Reference

options type
wijpiechart Method