$(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;
Default value: null
A value that indicates the array to use as a source that you can bind to treemap.
$(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;