Hi, Tatami <http://code.google.com/p/tatami/> project wraps the dojo framework in GWT... it's open source.
Regards, Hasan... On Wed, Apr 22, 2009 at 6:38 AM, Ben FS <[email protected]> wrote: > > > Thanks all for your help. > You're welcome! > > > Ben, I looked at the links you gave me, a lot of interesting things > > but no client-site library that fits my need. > For what it's worth, I too would really like a client-side library - > mainly so that I can do lots of quick, small updates without much > latency. The quality just wasn't adequate for the client-side > libraries that I tried, so I switched back to a server-side library. > In my case, so far there has been no noticeable increase in latency: > you may wish to reconsider your need for a client-side solution, and > at least try it with an easy server-side solution (aka Google Chart > API or Eastwood) and see what your results are. Maybe you've already > tried this, or have other good reasons for a client-side solution. > > > So I think I'm gonna end up doing a wrapper for dojo chart. > Sounds like a great project, and one that would be useful to many > (including me). If you make progress on this, would you consider > establishing a Google Code project? > > Best of luck, > Ben. > > > > > > On Apr 21, 9:47 am, Flemming Boller <[email protected]> wrote: > > > > > > > > > Hi > > > > > I currently use the GWTCanvas, for creating pies. It works very well. > > > > > The code I can just copy paste from "swing/awt" code examples because > the > > > GWTCanvas > > > api is very much like the normal jdk canvas. And you can your self > attach > > > mouse listeners etc on the pie so it becomes interactive, with the rest > of > > > the page. > > > > > So for pies it is well suited. > > > > > However I have not "cracked" the nutt with respect to drawing text in > the > > > canvas, last time I checked the versiondid not support drawString(...) > > > method, so that was a no go. > > > > > /Flemming > > > > > ps: if you want I can attach the code. > > > > > On Tue, Apr 21, 2009 at 2:48 AM, Thomas Broyer <[email protected]> > wrote: > > > > > > On 20 avr, 23:54, plcoirier <[email protected]> wrote: > > > > > Hi, > > > > > > > I'm looking for a native GWT chart library. I would like to be able > to > > > > > draw all different kinds of chart (line chart, bart chart, area > chart, > > > > > pie chart...). I also would like a client solution. > > > > > I unfortunately can't use Google Visualization bc it's for an > intranet > > > > > website and users may not have access to google servers. Flash > > > > > solutions aren't an option either :( > > > > > > > I saw gchart but I need pie charts that are completely filled. > > > > > > > Any other ideas of library? > > > > > > Huh! no flash?! Which browser(s) are you targetting? > > > > If you only plan on supporting relatively modern browsers and/or IE, > > > > then you could use SVG or canvas (for the formers) and VML for the > > > > latter (I guess silverlight or java applets aren't an option > either?). > > > > There are a few GWT projects for charting based on canvas but they > > > > don't seem maintained... (for examplehttp://code.google.com/p/glotr/ > > > > ) > > > > You can eventually use the GWTCanvas widget from the GWT Incubator > and > > > > do the plotting/charting by yourself: > > > >http://code.google.com/p/google-web-toolkit-incubator/wiki/GWTCanvas > > > > > > Unfortunately, Chronoscope doesn't meet your criterias as it doesn't > > > > do pies (it's oriented towards time-based data...), otherwise, it's a > > > > very well-thought-out project from one of the best GWT user/ > > > > contributor out there! > > > >http://timepedia.org/chronoscope/-Hide quoted text - > > > > > - Show quoted text -- Hide quoted text - > > > > - Show quoted text - > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
