In order to set the column witdh in ApexCharts, just add the width as follows (only percentages are allowed):
plotOptions: { bar: { columnWidth: '70%', } }
More configurations on the plotOptions Apexcharts Bar