Hi,
When building a pie chart which values are dollar amounts, I tried to 
format the value column so the tooltip text would show for example $1,000 
instead of 1000.00.
Tried with this way:

data.addRows([
    ['Foo', {v: 1000, f: '$1,000'}],
    ['Bar', {v: 500, f: '$500'}],
    ['Bat', {v: 3, f: '$3'}]
]);

But corechart.I.js gives an error ... is this a limitation from Google 
Visualization API or am I doing something wrong?
Thanks!

M


-- 
You received this message because you are subscribed to the Google Groups 
"Google Visualization API" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-visualization-api/-/bpX9QyGnWLMJ.
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