Use a 
NumberFormatter<https://developers.google.com/chart/interactive/docs/reference#numberformatter>on
 the DataTable column, like this:

var formatter = new google.visualization.NumberFormat({pattern: '#,###'});
// format column 1 of the DataTable
formatter.format(data, 1);

On Friday, July 12, 2013 7:41:07 AM UTC-4, 김성일 wrote:
>
> Hi, all.  
>  
> I need the help to use NumberFormat using GoogleChart.
>  
> please send me the example when using NumberFormat on HTML
>  
> The attached file is that I have used. 
>  
> Check attached file, give me your full cooperation. 
>  
> best regards. 
>  
>  
>  
>

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


Reply via email to