divideSeries

Specifies weather bar series are rendered independently(seperately) from each other. This setting defaults to true.
This property is useful when one wants to overlay the series over one another, as opposed to rendering them side by side.

Below is an example of its usage:

seriesSettings: {
    bar: {
        divideSeries: false
    }
}

This setting is demonstrated in the following example.