Set the parameter bar.groupWidth. You can set it as an integer (the number of pixels for the group) or as a percentage of the available space. In your case, I suggest using a percentage:
bar: {
groupWidth: '100%'
}
This will remove all the space between adjacent columns.
source
share