barOffset of ui.chart, Properties Webix Docs
sets the distance between between bars if bars are too wide
number barOffset;
Example
webix.ui({
view:"chart",
type:"bar",
barOffset: 1, ...
});
Details
The property is applicable only to bar charts