No, you have to call the format on each column separately.
On Saturday, April 27, 2013 8:07:31 PM UTC-4, Mike Soja wrote:
>
> The simplest things cause the most angst.
>
> Chart with 4 columns, datetime, number, number, number.
>
> This works...
>
> var num_format = new
> google.visualization.NumberFormat({groupingSympbol:',', fractionDigits:0});
> num_format.format(data,1);
> num_format.format(data,2);
> num_format.format(data,3);
>
> ... but shouldn't I be able to do something like...
>
> var num_format = new
> google.visualization.NumberFormat({groupingSympbol:',', fractionDigits:0});
> num_format.format(data,{1,2,3});
>
>
> Is it possible?
>
--
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.