wijmo.treemap.wijtreemap 名前空間 > options タイプ : rollingUp イベント |
Javascript (Usage) | |
---|---|
$(function () { %JQueryMemberName%イベントハンドラ関数を設定する $(".selector").wijtreemap({ rollingUp : function (e, data) { } }); }); |
Javascript (Specification) | |
---|---|
rollingUp = function ( e : jQuery.Event, data : IRollingUpEventArgs ) { }; |