defines items colors
webix.ui({
view:"chart",
type:"bar",
value:"#sales#",
label:"#sales#",
color:"#66ccff", // fixed color for all items
data: dataset
});
If you want to take a color from your dataset, use the template:
color: "#color#"
color template function takes 4 parameters: