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

Default value: null

A value that indicates the array to use as a source that you can bind to treemap.

Syntax
$(function () {
    
    // Get value
    var returnsValue; // Type:  array
    returnsValue = $(".selector").wijtreemap("option", "data");
    
    // Set value
    var newValue; // Type:  array
    $(".selector").wijtreemap("option", "data", newValue);
        
});
var data : array;
Remarks
Use the valueBinding, labelBinding, colorBinding option, and bind values to treemap.
See Also

Reference

options type
wijtreemap jQuery Widget