hi,
setting hAxis.maxAlternation to 1 and playing with the value of hAxis.minTextSpacing doesnot resolve the issue. image 1 is the actual data showing, image2 is result of setting above 2 values and images 3 is the actual result that i want to achieve.
var options = {
hAxis: { title: 'Status', minTextSpacing:1,maxAlternation:1, titleTextStyle: { color: '#82cf00', fontName: '"Arial"', fontSize: 14 }, gridlines: { color: '#ffd265', count: -1 }, baselineColor: 'green', baseline: 0, textStyle: { color: 'black', fontSize: 12} },
vAxis: { title: 'Help Count', titleTextStyle: { color: '#82cf00', fontName: '"Arial"', fontSize: 14 }, gridlines: { color: '#ffd265', count: -1 }, baselineColor: 'orange', textStyle: { color: 'black', fontSize: 12 } },
height: 250,
width: width,
fontSize: 10,
fontName: '"Arial"',
tooltip: { textStyle: { fontName: '"Arial"', fontSize: 14 }, isHtml: true },
colors: ['#82cf00']
};