I think it doesn't make any difference if you use MVP architecture or not for charts. You will treat them as any other widgets.
If you need default charts (scatterchart, barchart, etc) I can recommend to use google's visualization API ( http://code.google.com/apis/charttools/index.html). For time-series charts I use Dygraphs (http://dygraphs.com/) and I forked the project and modified it a little bit so I can also use it as a scatterchart. There are some other charting libraries but for most of them you have to write your own GWT wrappers or directly interact with JSNI: SVG: http://raphaeljs.com/ http://vis.stanford.edu/protovis/ http://www.highcharts.com Canvas: http://dygraphs.com/ http://www.rgraph.net/ http://www.zingchart.com/flash-and-html5-canvas/ -- 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.
