mallikarjun dontamsetti
unread,Feb 9, 2012, 7:56:45 AM2/9/12Sign 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 Chart API
Hi,
I have a JSP application which has to generate
charts(pie,bar,line..) based on the user search criteria. When user
gives some inputs to the page it will get the data from
database(MySQL). Example if my user is searching data for employers
based on year,and location.. i have to get that data in grid page and
represent them in charts. I am getting list(JAVA LIST) of data from my
Servlet and Java class.which i have to show as charts please guide me
for this.