Thanks asgallant !!!!
var formatter = new google.visualization.NumberFormat(
{ prefix: '$'}
);
formatter.format(data, 1);
and
hAxis: {format: '$#,###'}
vAxis: {format: '$#,###'}
acts one and the same. Both shows tooltip value formatted with $ sign
but $ sign doesn't appears on Y Axis labels.
--
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.