border

enables/disables the bar borders

boolean border;

Example

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

Related samples

See also
Back to top
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.