dataPointWidth

The width of the bars in pixels. Defaults to undefined, which means that the width will be dynamically calculated based on the available plot area.

seriesSettings: {
    bar: {
        dataPointWidth: 20
    }
}