barOffset

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

Back to top
Join Our Forum
We've retired comments here. Visit our forum for faster technical support, connect with other developers, and share your feedback there.