Thanks all for your help.

Flemming, I'm actually looking for a library that can draw all types
of chart, but it can be interesting to see what you did for the pie.

Ben, I looked at the links you gave me, a lot of interesting things
but no client-site library that fits my need. gFlot looks good but I
need more that line chart and I'm wondering if jmaki is maintained. I
followed your advice and I looked at javascript library and dojo chart
looks really nice. You don't need flash and you can have a lot of
interaction with the user. I started looking how I could wrap the
library and it doesn't seem too hard.

So I think I'm gonna end up doing a wrapper for dojo chart.


On Apr 21, 9:47 am, Flemming Boller <flemming.bol...@gmail.com> 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 <t.bro...@gmail.com> wrote:
>
> > On 20 avr, 23:54, plcoirier <plcoir...@gmail.com> 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 -
--~--~---------~--~----~------------~-------~--~----~
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