I am using the DataTable to display data in my application.  I need to
display numbers in the following format:

1.  Right aligned
2.  With three digits precision after the decimal point
3.  With a "," as dilimiter for thousands.

I can do all this in Ruby but when I send the formatted number over,
Javascript gets upset and complains "0.000" is not an integer or
float.

Is there an easy way to do this in Visualization?

Thanks.

Bharat

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