barOffset

Specifies the individual bars offsets to each other (between 0 and 0.5). Specifying negative values (e.g: -0.25) will make the bars appear closer to each other.

seriesSettings: {
    bar: {
        barOffset: 0.4
    }
}

This setting is demonstrated in the following example.