border

добавляет границы столбцам или области диаграммы

boolean border;

Example

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

Related samples

See also
Наверх
If you have not checked yet, be sure to visit site of our main product Webix javascript dashboard framework and page of javascript graphing library product.