Hello, I am using GWT 2.2 SplitLayoutPanel. I am using GWT Visualization LineChart(CoreChart) in one of the region. The requirement is that when we re-size the splitter, the current width of that region(which holds the chart) should be applied to the chart. I tried applying the dynamic width of the region to the chart but only the chart area's width got affected but not the x-axis. We need to apply the dynamic width to the options that we pass to the chart. In that case we may need to redraw the chart whenever we do resizing. Can anyone provide is there any other option we can set dynamic width to the charts. And also to change the x-axis date formats to our desired date formats.
-- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
