Wijmo UI for the Web
rolledUp Event
wijmo.treemap.wijtreemap Namespace > options type : rolledUp Event
The jQuery.Event object.
The data of item that is rolled up.
This event fires after roll up.
Syntax
$(function () {
    // Set rolledUp event handler function
    $(".selector").wijtreemap({
        rolledUp : function (e, data) {
     
        }
    });
});
rolledUp = function ( 
   e : Object,
   data : Object
) { };

Parameters

e
The jQuery.Event object.
data
The data of item that is rolled up.
See Also

Reference

options type
wijtreemap jQuery Widget