You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Google Chart API
Anyone know of a way to add the "%" symbol after the data or number
rendered at the bottom of the gauge? I see you can format number as
percentages in other Google charts -- but I can't figure out a way to
do it with the gauge chart.
Thanks :-)
Bassam Safar
unread,
Apr 4, 2012, 12:28:27 PM4/4/12
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to google-c...@googlegroups.com
I did it by adding a formatter:
var formatter = new google.visualization.NumberFormat( {suffix: '%'}); formatter.format(dataGauge, 1); // Apply formatter to second column