barWidth of ui.rangechart, Properties Webix Docs
the width of bars
number barWidth;
Example
webix.ui({
view:"chart",
type:"bar",
value:"#sales#",
label:"#sales#",
barWidth:35,
data: dataset
});
Default value:
30
Related samples
See also
Articles
If you have not checked yet, be sure to visit site of our main product Webix javascript ui components library and page of chart widget product.