sets the template for items' labels
webix.ui({
view:"chart",
type:"bar",
label:"#year#",
...
})
Generally, charts show labels above data items.
Pie charts show labels outside sectors. To define labels within pie's sectors, use the pieInnerText property.