Hi,
I am using ColumnChart in my GWT project, when I try to
add a link tag in the title just like below code:
private Options createOptions() {
Options options = Options.create();
// I want add link tag in the title.
options.setTitle("<a href=\"link\"></a> mytitle");
return options;
}
Title is show as " <a href="link"></a> mytitle" in ColumnChart graph,
but I need it as a link to refer another page.
Any help or guidance in this matter would be appreciated.
Regards
Suresh Babu G
--
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.