thanks, but I dont think so.  I'm referring specifically to the Annotated 
Timeline chart's numberFormat: option.


On Mar 8, 2011, at 1:53 PM, asgallant wrote:

> 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.
> 

-- jonathan linowes
    parkerhill technology group llc
    [email protected]
    office: 603-838-2884

    tech blog: http://vaporbase.com
    personal tumblog: http://jon.linow.es
    facebook: http://facebook.com/jon.linowes
    twitter: @linojon



-- 
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