Redraws the chart
Parameters:
drawIfNeeded
A value that indicates whether to redraw the chart regardless of whether the chart is painted. If true, then the chart is redrawn only if it has not been previously created. If false, then the chart is redrawn even if it already exists.
Type: Boolean
Default: false
Code Example:
$("piechart").wijpiechart("redraw", true);