You can use the vAxis.format option to format the vertical axis (it takes a 
string of ICU number 
pattern<http://icu-project.org/apiref/icu4c/classDecimalFormat.html#_details>). 
 You can add in prefixes, suffixes, separators, set number of decimal 
places and significant figures, use exponential notation, etc.  You cannot, 
however, shorten a number like 120000 to "120 thousand" with the format 
string - you would have to manipulate your data (divide all values by 1000) 
and then add "thousand" as a suffix in the format.

On Sunday, May 19, 2013 8:45:39 PM UTC-4, Josh Grant wrote:
>
> Is it possible to format the values used on the vertical axis somehow? 
> For example, to use a numerical value in the data and to have a 
> formatted value be displayed instead? 
>
> E.g., the value is 120000 but the formatted value would be "120 
> thousand" or "120 elephants". 
>

-- 
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?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to