Meera Bavadekar
unread,Nov 3, 2009, 7:38:21 PM11/3/09Sign 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
nk,
It depends on how complicated the data is and visualization
requirements.
If the data is relatively small, you can use embed the data in the
page as shown in various samples
var data = new google.visualization.DataTable();
data.addColumn('string', 'Foo');
data.addRows(...)
If the data is sizable, you can use the Data Source Library and setup
the Servlets.
-Meera Bavadekar