defines the width of the border
webix.ui({
view:"chart",
type:"area",
value:"#sales#",
label:"#sales#",
border:true,
borderWidth:2,
data: dataset
});
This setting works only if the border is enabled (border:true) for the following types of charts: