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

Default value: true

A value that indicates whether to show the label.

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

Reference

options type
wijtreemap jQuery Widget