I'd like to turn data entries inside my table into hyperlinks. This
is all part of a dashboard for displaying data. The table below is
similar to what I have/want.
var data = google.visualization.arrayToDataTable([
['Col A Hyper', 'Col B'],
['Link A',12],
['Link B', 62]
]);
I tried simply putting the <a href=...></a> around my entries, but
that didn't work.
--
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.