If you're looking to format the numbers in the tooltips, you can use
this:

formatter = new google.visualization.NumberFormat({suffix: '%'});
formatter.format(dataTable, columnIndex);

On Mar 1, 1:39 pm, linojon <[email protected]> wrote:
> hi, one of my series has values in percents (0 to 100). I'd like to
> format the number display with a percent sign, eg
>  numberFormats: "0%" but that multiplies my values by 100. Is there a
> way to coerce the format pattern so it doesnt multiple the values but
> still displays the percent symbol?
>
> thx.

-- 
You received this message because you are subscribed to the Google Groups 
"Google Visualization API" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/google-visualization-api?hl=en.

Reply via email to