sanj
unread,Mar 26, 2012, 10:34:06 PM3/26/12Sign 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
I am working on creating a table that has numbers, these numbers need
to be clickable.
In the sense that each of these table entries are formatted using
google.visualization.PatternFormat to direct me to different page.
var formatter3 = new google.visualization.PatternFormat('<a
href="{7}">{6}</a>');
formatter3.format(data, [6, 7]);
The above only work id the 6 and 7 are replaced with 0 and 1.
I just wan to clarify if there is a limitation that a hyperlink can
only be placed on the first column elements.
Can anyone help me with this?
Thank you,