Re: Best solution for client-side graphing in GWT?

2013-10-03 Thread Nathan Dunn
e > a website or some more information? > > > > > -Original Message- > > > From: google-we...@googlegroups.com [mailto: > google-we...@googlegroups.com ] On Behalf Of > dolcra...@gmail.com > > > Sent: Friday, September 12, 2008 13:22 > >

Re: Best solution for client-side graphing in GWT?

2008-09-16 Thread [EMAIL PROTECTED]
to use? Do you have a > > website or some more information? > > > -Original Message- > > From: Google-Web-Toolkit@googlegroups.com [mailto:[EMAIL PROTECTED] On > > Behalf Of [EMAIL PROTECTED] > > Sent: Friday, September 12, 2008 13:22 > > To: Google W

Re: Best solution for client-side graphing in GWT?

2008-09-16 Thread [EMAIL PROTECTED]
The key drawback with amcharts (and chronoscope) is that they rely on flash for their charting. This provides a distorted presence across browsers (unless it always uses flash) and requires the end user to have a plugin installed (third party, closed source). Instead a better solution would be o

Re: Best solution for client-side graphing in GWT?

2008-09-16 Thread [EMAIL PROTECTED]
TED] > Sent: Friday, September 12, 2008 13:22 > To: Google Web Toolkit > Subject: Re: Best solution for client-side graphing in GWT? > > I've actually implemented a pure canvas/vml charting solution for GWT. > > On Sep 12, 1:04 pm, Nathan <[EMAIL PROTECTED]> wrote: &

Re: Best solution for client-side graphing in GWT?

2008-09-15 Thread Joe Cole
Agreed. It's very well priced as well. The main drawback of amcharts is that there is no ability to generate server-side charts (it's all flash, and restricted to client side for the time being). You'll have to generate charts for pdf's if you need them using another solution like jfreechart. Ano

Re: Best solution for client-side graphing in GWT?

2008-09-15 Thread Tim
amcharts (http://www.amcharts.com) someone mentionned earlier looks extremely impressive. It seems they also have the world map charting widget as well http://www.ammap.com/, which is quite cool as well. On Sep 14, 8:02 pm, Arthur Kalmenson <[EMAIL PROTECTED]> wrote: > Hello Nathan, > > I'd recom

Re: Best solution for client-side graphing in GWT?

2008-09-14 Thread Arthur Kalmenson
Hello Nathan, I'd recommend that Google Visualization API: http://code.google.com/apis/visualization/ There are GWT overlays in the works at the GALGWT project (http:// code.google.com/p/gwt-google-apis/). See the issue here: http://code.google.com/p/gwt-google-apis/issues/detail?id=130 On Sep

Re: Best solution for client-side graphing in GWT?

2008-09-14 Thread chiluveri ramesh
i want to open a new window when i clicked the submit button.if we use window.open() ,it will open a new window at a time.but i want ,window to be open first small size,at last it should be 400px,400px for example see www.ribbit.com i want this functionality in GWT/java script --~--~-~-

Re: Best solution for client-side graphing in GWT?

2008-09-13 Thread John Gunther
Nathan, Though Client-side GChart doesn't have direct event support, it does support Widget-based annotations, which can be used to do the same kinds of things. For example, by adding a transparent Image widget as an annotation that is centered on a particular data point (via the setAnnotationWi

Re: Best solution for client-side graphing in GWT?

2008-09-12 Thread Joe Cole
We finally decided to use a gwt wrapper around amcharts.com. First we tried standard jfreechart, but they weren't interactive. Then we used http://www.maani.us/xml_charts/ but they weren't as good as amcharts, and decided to switch. Joe On Sep 13, 6:04 am, Nathan <[EMAIL PROTECTED]> wrote: > I've

RE: Best solution for client-side graphing in GWT?

2008-09-12 Thread Perelman Nathan (Nathan)
Behalf Of [EMAIL PROTECTED] Sent: Friday, September 12, 2008 13:22 To: Google Web Toolkit Subject: Re: Best solution for client-side graphing in GWT? I've actually implemented a pure canvas/vml charting solution for GWT. On Sep 12, 1:04 pm, Nathan <[EMAIL PROTECTED]> wrote: > I'v

Re: Best solution for client-side graphing in GWT?

2008-09-12 Thread [EMAIL PROTECTED]
I've actually implemented a pure canvas/vml charting solution for GWT. On Sep 12, 1:04 pm, Nathan <[EMAIL PROTECTED]> wrote: > I've been investigating the best way to do client-side graphing in > GWT. The features that I am looking for that don't seem to be widely > provided are the ability for u