Wijmo UI for the Web
type オプション

デフォルト値: 'squarified'

表示するツリーマップのタイプを示す値。

シンタックス
Javascript (Usage) 
$(function () {
    
    //値を取得する
    var returnsValue; //タイプ: string
    returnsValue = $(".selector").wijtreemap("option", "type");
    
    //値を設定します
    var newValue; //タイプ: string
    $(".selector").wijtreemap("option", "type", newValue);
        
});
Javascript (Specification) 
var type : string;
解説
有効なオプションは、'squarified'、'horizontal'、'vertical'です。

関連トピック

参照

options タイプ
wijtreemap jQuery ウィジェット

 

 


Copyright © GrapeCity inc. All rights reserved.