Change bars width


#1

Hello, i have a Bar chart and i need to change the width of each bar, Is there any way to make the bars thinner?


#2

Actually, yes, that is very easy, You can use an integer or a string with the percentage, here is an example:

myChart.set('barWidth', 10)
myChart.set('barWidth', '70%')

#3

I used that config, it was easy and it works good, thanks for your help :+1:t3: