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

Default value: null

A value that indicates the width of the treemap in pixels.

Syntax
$(function () {
    
    // Get value
    var returnsValue; // Type:  number
    returnsValue = $(".selector").wijtreemap("option", "width");
    
    // Set value
    var newValue; // Type:  number
    $(".selector").wijtreemap("option", "width", newValue);
        
});
var width : number;
Remarks
Note that this value overrides any value you may set in the <div> element that you use in the body of the HTML page.
See Also

Reference

options type
wijtreemap jQuery Widget