$(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;
Default value: 'squarified'
A value that indicates the type of treemap to be displayed.
$(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;