I an trying to draw a chart using Google charts and i am facing an issue that i am not able to decrease the width of X axis labels. I have used chartArea in options as following. Still i am not able to fix it.
options = {
height : 450,
width: 1024,
bar: { groupWidth: '80%' },
bars: 'horizontal', // Required for Material Bar Charts.
chartArea:{left:30,top:10,width:'80%'}
};
