Re: Urgent help in GWT-Visualization

2010-01-21 Thread Brij Mohan
try out the faq http://code.google.com/docreader/#p=gwt-google-apis&s=gwt-google-apis&t=VisualizationFAQ On Tue, Jan 19, 2010 at 4:37 PM, Ramya Devi Dharmarajan < dramyadevi2...@gmail.com> wrote: > Hi, > > I have a problem in my below code.Please share your thoughts.This is > Urgent. > > Code :

Urgent help in GWT-Visualization

2010-01-19 Thread Ramya Devi Dharmarajan
Hi, I have a problem in my below code.Please share your thoughts.This is Urgent. Code : *Sample.java* TimeLine timeLine = *new* TimeLine(); VisualizationUtils.*loadVisualizationApi*(timeLine, AnnotatedTimeLine.* PACKAGE*); widget = timeLine.getAnnotatedChart(); *TimeLine.java:* * public* W