enables/disables the scroll bar
webix.ui({
view:"treemap",
scroll:"y",
value: "#value#",
data: [
{ id:"1", label: "Technology", data:[
{ id:"1.1", value:"50" },
{ id:"1.2", value:"30" },
{ id:"1.3", value:"20" }
]}
]
});