WordCloud.invalidate Method

Ensures the data control is re-drawn using the current data and settings at the next best time made available by the browser. This method is normally called automatically when needed.
 

Parameters

remeasure

Type: Boolean
(optional) False if only appearance settings were changed; otherwise changes in data are handled and re-measured.
Optional: True
force

Type: Boolean
(optional) True to force another draw after the next or current drawing is finished, even if there is already one pending.
Optional: True