Wijmo UI for the Web
labelFormatter Option
wijmo.treemap.wijtreemap Namespace > options type : labelFormatter Option

Default value: null

A value that indicates a function which is used to format the label of treemap item.

Syntax
$(function () {
    
    // Get value
    var returnsValue; // Type:  Function
    returnsValue = $(".selector").wijtreemap("option", "labelFormatter");
    
    // Set value
    var newValue; // Type:  Function
    $(".selector").wijtreemap("option", "labelFormatter", newValue);
        
});
var labelFormatter : Function;
See Also

Reference

options type
wijtreemap jQuery Widget