How to create GWT Bar Chart from Database data

2009-04-15 Thread Sam
Hi, Can somebody suggest me how to create a GWT Bar Chart or Pie Chart which get populated from Database dynamically by querying the database? The charts should get refreshed every 5 min. Also, which API to use in this regard. Any help is highly appreciated! Thanks, Sam

Re: How to create GWT Bar Chart from Database data

2009-04-15 Thread Arthur Kalmenson
You might want to check out the Google API Libraries for GWT: http://code.google.com/p/gwt-google-apis/ They have a binding for the Google Visualization library which offers pie and bar charts AFAIK. -- Arthur Kalmenson On Wed, Apr 15, 2009 at 5:00 PM, Sam mythreye...@gmail.com wrote: Hi,