wijmo.treemap.wijtreemap 名前空間 > options タイプ : type オプション |
デフォルト値: 'squarified'
表示するツリーマップのタイプを示す値。
Javascript (Usage) | |
---|---|
$(function () { //値を取得する var returnsValue; //タイプ: string returnsValue = $(".selector").wijtreemap("option", "type"); //値を設定します var newValue; //タイプ: string $(".selector").wijtreemap("option", "type", newValue); }); |
Javascript (Specification) | |
---|---|
|