chas
unread,Oct 15, 2009, 7:35:46 AM10/15/09Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Google Visualization API
Hi i would like to bold the text in a table using setColumnProperty,
can this be done ?
i expected to be able to do somehting like this
data.setColumnProperties(1, {style: 'font-style:bold; font-size:
22px;'});
i am populating the table like this
data.addRows([
['Mon 12th',"Mick","11","Alan","22",true,'attention.gif','1'],
['Mon 13th',"John","11","Alan","22",false,'attention.gif','2']
]);
I know you can do it by setCell but i would like to be able to do the
whole column at once
thanks