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

Default value: 'squarified'

A value that indicates the type of treemap to be displayed.

Syntax
$(function () {
    
    // Get value
    var returnsValue; // Type:  string
    returnsValue = $(".selector").wijtreemap("option", "type");
    
    // Set value
    var newValue; // Type:  string
    $(".selector").wijtreemap("option", "type", newValue);
        
});
var type : string;
Remarks
Options are 'squarified', 'horizontal' and 'vertical'.
See Also

Reference

options type
wijtreemap jQuery Widget