Follow up question.
If I want those images to also be individual links, is there a way to use
the formatter to do that?
for example, the formatter below will send every click to "markdash" but I
would like to replace "markdash" with different urls that go with each
picture. Is it possible to have two options built into the formatter?
var formatter = new google.visualization.PatternFormat('<a
href=/markdash><img src="{0}" />');
// replace the '{0}' in the patter with the contents of column 3
(the links) and put the result in column 0
formatter.format(data, [3], 0);
I really appreciate all the help! I started this project knowing absolutely
nothing about coding and it is all coming together slowly.
Billy
--
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.