Documentation

color

defines items colors

string|function color;

Example

webix.ui({
    view:"chart",
    type:"bar",
    value:"#sales#",
    label:"#sales#",
    color:"#66ccff",
    data: dataset
});

See also

Back to top