Wijmo UI for the Web
destroy Method
wijmo.treemap Namespace > wijtreemap type : destroy Method
The destroy method will remove the treemap functionality completely and will return the element to its pre-init state.
Syntax
$(function () {
    var returnsValue; // Type:  any
    returnsValue = $(".selector").wijtreemap("destroy");
});
function destroy() : any;
Example
$("selector").wijtreemap("destroy");
See Also

Reference

wijtreemap type
wijtreemap jQuery Widget