activeItem

specifies if children of the branches will be rendered in the TreeMap

boolean activeItem;

Example

webix.ui({
    view:"treemap",
    activeItem: true,
    url: "data/data.json"
});


Default value:

false

Related samples

Back to top
If you have not checked yet, be sure to visit site of our main product Webix popular javascript framework and page of TreeMap product.