Nice!  I added this to a GXT LayoutContainer with a FitLayout.  Any
idea how to allow dynamic sizing?

Doing this in the onRender() function seems to work only for the
initial size.  Once I add it into the container though, if I try to
resize, the chart stays the same size and just clips if the container
gets too small.  Any ideas? Is there a refresh() function or
something?
    chart.setHeight(getHeight() - 40);
    chart.setWidth(getWidth() - 40);
    chart.setSize(getWidth() - 40, getHeight() - 40);

On Dec 20, 6:28 am, saurabh saurabh <saurabh.bl...@gmail.com> wrote:
> Oops!! I forgot to mention the links, here they are :
>
> http://code.google.com/p/gwt-rcharts/
> andhttp://www.gwt-charts.com/

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.

Reply via email to