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?
Change bars width
emoya
#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%')