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,
--
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.