Hi Alex, than ks for pointing me to Google Visualization API, I'm now playing with this library inside GWT application. It looks promising although also seems a bit complicated to manage programatically....
Now, the issue is we've got a new requisite for the generated graphs, we need to generate graphs that can be saved as images, in .GIF, .JPG or .PNG format. Flash generated ones do not let me save charts as images, thus, I think we can forget about using amCharts and some charts from Google Visualization API that use Flash. Any other alternatives out there? Thanks very much in advance. -- Miguel Blog: http://lonifasiko.blogspot.com On 10 dic, 09:21, "alex.d" <[email protected]> wrote: > Take a look at the Google Visualisation API Library - i think it maybe > exactly what you need: > > http://google-code-updates.blogspot.com/2008/12/google-visualization-... > > On 9 Dez., 17:12, Srini Marreddy <[email protected]> wrote: > > > I suggest to take a look at Google charts api. It is very fast simple > > and no flash plugin required . GWT integration is very easy.( Set the > > chart url to the Image object). > > >http://code.google.com/apis/chart/ > > > Regards, > > Srini > > > On Dec 9, 9:34 am, Lonifasiko <[email protected]> wrote: > > > > Hi Joe, > > > > Wow! AmCharts looks awesome, I'll take a deep look to these Flash > > > controls. > > > > Is it easy to integrate them under GWT application? > > > > Thanks and regards. > > > > -- > > > Miguel > > > Blog:http://lonifasiko.blogspot.com > > > > On 5 dic, 12:16, Joe Cole <[email protected]> wrote: > > > > > Hi Miguel, > > > > > We have successfully integrated amcharts.com into our application. It > > > > was very easy, I even think there are some examples posted in a > > > > similar thread a while ago. We tried a couple of other methods > > > > (jfreechart -> image), xmlswf, openflash, gwtchart but found amcharts > > > > the best combination of interaction and look. > > > > > Joe > > > > > On Dec 5, 10:07 pm, Lonifasiko <[email protected]> wrote: > > > > > > Before taking the final decision of using GWT for our new web > > > > > application, I wanted to know which options I have in order to > > > > > generate graphs and charts inside a GWT application. > > > > > > In fact, these charting cappabilities are the most important part of > > > > > the application for our customer, thus, it's a requisite that GWT > > > > > application lets us integrate and generate good graphs. Data for these > > > > > graphs would be retrieved from a MySQL database, using servlets and > > > > > GWT-RPC to bypass data from server to client. > > > > > > The more advanced the graphs are, the better, no matter if opensource > > > > > or commercial. For us would be awesome to let users somehow interact > > > > > with charts at client-side, you know, effects and actions Flash graphs > > > > > already do for example. > > > > > > Any advice around charting possibilities under GWT will be greatly > > > > > appreciated. Thanks very much in advance. > > > > > > -- > > > > > Miguel > > > > > Blog:http://lonifasiko.blogspot.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 [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 -~----------~----~----~----~------~----~------~--~---
