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
Is it possible to add the value of each of the bars on top of them in
a vertical bar chart?
kojotak
unread,
Dec 7, 2007, 8:40:13 AM12/7/07
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 Chart API
I have the same need in pie charts.
helly
unread,
Dec 10, 2007, 5:41:25 AM12/10/07
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 Chart API
hi,
try a combination of 'chxt=t' to get an axis at the top and 'chxl=0:|
label1|label2|' for your labels, where '0:' identifies the first axis
defined in chxt. I hope this is what you want.