Thanks Sergey, That worked!! On Monday, December 1, 2014 9:35:02 AM UTC-5, Sergey wrote:
> Hi, we don't have an option to automatically calculate and show the > percentage for labels. In order to do that, you're going to have to change > your data to be percentages (divided by the total). In fact, I'm surprised > that tooltip.text: 'percentage' works for you. > > On Fri Nov 21 2014 at 2:08:11 PM saKw <[email protected] <javascript:>> > wrote: > >> Hi there, >> >> >> I am working with Bar chart. My chart coming good. but I am not able to >> get percentage in then hAxis, in stead i am getting 50000, 70000... I want >> to see the HAxis starts with 0.0% to 100%. >> >> My output looks like my first image but i want it to look like second. >> >> This is what i am using in options >> options:{ >> legend: {position: 'none'}, >> animation: {duration: 1000, easing: 'out'}, >> fontSize: 8, >> sliceVisibilityThreshold:0, >> vAxis: {textStyle: {color: 'blue', fontName: 'Verdana, Sans-serif', >> fontSize: 9, bold: true }}, >> hAxis: {minValue:0, viewWindowMode:'maximized'}, >> tooltip: { text: 'percentage'}, >> left:30,width:958, height:400 >> } >> >> Please help me. >> >> Thanks >> >> >> >> >> -- >> 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] >> <javascript:>. >> To post to this group, send email to [email protected] >> <javascript:>. >> Visit this group at >> http://groups.google.com/group/google-visualization-api. >> For more options, visit https://groups.google.com/d/optout. >> > -- 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/d/optout.
