border of ui.chart, Properties Webix Docs
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
API
Articles
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.