suresh babu
unread,Aug 11, 2011, 10:56:57 AM8/11/11Sign 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
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