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. <https://lh4.googleusercontent.com/-gtFeDTBAj98/UhI7LyJSMdI/AAAAAAAAAKY/X1-ry2TXkJo/s1600/image3.PNG><https://lh6.googleusercontent.com/-25gEvUsj8k4/UhI7I8vslaI/AAAAAAAAAKQ/OSeXJzKS-_E/s1600/image2.PNG><https://lh4.googleusercontent.com/-iIBhukYbE5I/UhI7FV2Ya6I/AAAAAAAAAKI/iSZV2ksR_Gw/s1600/image1.PNG> 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'] }; *thz in advance.. * * * -- You received this message because you are subscribed to the Google Groups "Google Visualization API" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/google-visualization-api. For more options, visit https://groups.google.com/groups/opt_out.
