Fires after the canvas is painted.
Type: Function
Default: null
Parameters:
e: A jQuery.Event object
Code example:
$("#compositechart").wijcompositechart ({painted, function(e, data){ }})
OR
$("#compositechart").bind("wijcompositechartpainted", function(e, data) {} );