Re: Need Feedback on charts frameworks for GWT

2013-09-11 Thread Aryan


  Check out GWT-RCharts hosted on http://code.google.com/p/gwt-rcharts/ and 
demo at http://gwt-rcharts.appspot.com/

On Tuesday, 22 March 2011 05:38:28 UTC+5:30, Romain BIARD wrote:
>
> Hi everybody, 
>
> I'm looking for different feedback about frameworks which provides 
> client-side charts, especially well integrated with GWT MVP 
> Architecture (I managed to persuade my client to migrate to GWT 
> 2.2.0 :p ) . I don't know which solution fit the best and the 
> community didn't discuss about it for a while... 
>
> What about your XP ? JS wrapper, clientsidegchart, GXT ? 
>
> Thanks for your feedback !

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-web-toolkit+unsubscr...@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/groups/opt_out.


Re: Need Feedback on charts frameworks for GWT

2011-05-04 Thread nino ekambi
The are also Adobe Flex charting components

http://www.gwt4air.appspot.com/#mx.extended.ChartDashboard



2011/5/4 bonjoe 

>
> In case you miss it, there's an adapter for FusionCharts in GWT
> classes, check out the demo:
>
> http://fusionadapter.com/demo.html
>
> it actually only needs the chart (Flash) plugins, no need to include
> any js from your host html.
>
> On Mar 23, 1:11 am, Gibson  wrote:
> > Came across FusionCharts for GWT today,i have used FusionCharts V3) with
> > php.
> > Havent develved into that with GWT.here is a linkhttp://
> www.fusioncharts.com/
> >
> >
> >
> >
> >
> >
> >
> >
> >
> > On Wed, Mar 23, 2011 at 10:41 AM, rjcarr  wrote:
> > > Not exactly client-side, but I generate charts on my server using
> > > JFreeChart and it's pretty nice.  I do this because there's a lot of
> > > data in my charts and it doesn't make sense to send it all client-side
> > > first.
> >
> > > At some point I want to do some client rendering and for this I've
> > > been looking at canvas based tools like flot.
> >
> > > Good luck!
> >
> > > On Mar 21, 5:08 pm, Romain BIARD  wrote:
> > > > Hi everybody,
> >
> > > > I'm looking for different feedback about frameworks which provides
> > > > client-side charts, especially well integrated with GWT MVP
> > > > Architecture (I managed to persuade my client to migrate to GWT
> > > > 2.2.0 :p ) . I don't know which solution fit the best and the
> > > > community didn't discuss about it for a while...
> >
> > > > What about your XP ? JS wrapper, clientsidegchart, GXT ?
> >
> > > > Thanks for your feedback !
> >
> > > --
> > > 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.
> >
> > --
> > Gibson Wasukira
> > Making Technology a Business Assetwww.thegrid.ug
>
> --
> 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.
>
>


-- 

GWT API for  non Java based platforms
http://code.google.com/p/gwt4air/
http://www.gwt4air.appspot.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 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.



Re: Need Feedback on charts frameworks for GWT

2011-05-04 Thread bonjoe

In case you miss it, there's an adapter for FusionCharts in GWT
classes, check out the demo:

http://fusionadapter.com/demo.html

it actually only needs the chart (Flash) plugins, no need to include
any js from your host html.

On Mar 23, 1:11 am, Gibson  wrote:
> Came across FusionCharts for GWT today,i have used FusionCharts V3) with
> php.
> Havent develved into that with GWT.here is a linkhttp://www.fusioncharts.com/
>
>
>
>
>
>
>
>
>
> On Wed, Mar 23, 2011 at 10:41 AM, rjcarr  wrote:
> > Not exactly client-side, but I generate charts on my server using
> > JFreeChart and it's pretty nice.  I do this because there's a lot of
> > data in my charts and it doesn't make sense to send it all client-side
> > first.
>
> > At some point I want to do some client rendering and for this I've
> > been looking at canvas based tools like flot.
>
> > Good luck!
>
> > On Mar 21, 5:08 pm, Romain BIARD  wrote:
> > > Hi everybody,
>
> > > I'm looking for different feedback about frameworks which provides
> > > client-side charts, especially well integrated with GWT MVP
> > > Architecture (I managed to persuade my client to migrate to GWT
> > > 2.2.0 :p ) . I don't know which solution fit the best and the
> > > community didn't discuss about it for a while...
>
> > > What about your XP ? JS wrapper, clientsidegchart, GXT ?
>
> > > Thanks for your feedback !
>
> > --
> > 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.
>
> --
> Gibson Wasukira
> Making Technology a Business Assetwww.thegrid.ug

-- 
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.



Re: Need Feedback on charts frameworks for GWT

2011-03-23 Thread Gibson
Came across FusionCharts for GWT today,i have used FusionCharts V3) with
php.
Havent develved into that with GWT.here is a link
http://www.fusioncharts.com/

On Wed, Mar 23, 2011 at 10:41 AM, rjcarr  wrote:

> Not exactly client-side, but I generate charts on my server using
> JFreeChart and it's pretty nice.  I do this because there's a lot of
> data in my charts and it doesn't make sense to send it all client-side
> first.
>
> At some point I want to do some client rendering and for this I've
> been looking at canvas based tools like flot.
>
> Good luck!
>
> On Mar 21, 5:08 pm, Romain BIARD  wrote:
> > Hi everybody,
> >
> > I'm looking for different feedback about frameworks which provides
> > client-side charts, especially well integrated with GWT MVP
> > Architecture (I managed to persuade my client to migrate to GWT
> > 2.2.0 :p ) . I don't know which solution fit the best and the
> > community didn't discuss about it for a while...
> >
> > What about your XP ? JS wrapper, clientsidegchart, GXT ?
> >
> > Thanks for your feedback !
>
> --
> 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.
>
>


-- 
Gibson Wasukira
Making Technology a Business Asset
www.thegrid.ug

-- 
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.



Re: Need Feedback on charts frameworks for GWT

2011-03-23 Thread Brian Reilly
There was an announcement just yesterday of a visualization library,
Protovis-GWT.

http://groups.google.com/group/google-web-toolkit/browse_thread/thread/6857b43f4563a335

It looked pretty nice from the examples. I haven't looked at the API
yet, though.

-Brian

On Wed, Mar 23, 2011 at 9:52 AM, Romain BIARD  wrote:
> Ok first of all thanks for sharing your XP ;)
>
> @Martin Trummer
> In fact I don't have internet access while most of applications we are
> developing are located on client's intranet :( I'll take a look on
> chronoscope :)
>
> @Daniel Renner
> GXT was my first idea but GPLv3 or Commercial License don't fit my
> client's strategy (only Apache , MIT,... without copyleft).
>
> @opn
> Although its license policy is pretty good, I think that i couldn't
> explain to my client that all charts in his application would be based
> on a stack maintained by a few people with no visibility on their
> roadmap.
> (and the charts are not such pretty as other Ajax framework like
> jQuery / ext-js).
>
> In the same time of my investigation,I'm trying to build a wrapper for
> jQPlot which seems to draw pretty charts without any pain and it looks
> really good.
>
>
>
>
> On Mar 23, 11:04 am, nino ekambi  wrote:
>> Looks pretty ok but the API is kind of complicate imho.
>> It should me more simpler to do that.
>>
>> 2011/3/23 opn 
>>
>>
>>
>>
>>
>> > What about clientsidegchart? (http://code.google.com/p/
>> > clientsidegchart/?redir=1)
>>
>> > I took a look at it and it looks kind of complex to create the charts,
>> > but the style is pretty nice!
>> > Anyone tried those and can tell if the library worked for him / her?
>>
>> > Regards
>>
>> > --
>> > 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.
>>
>> --
>>
>> GWT API for the Flash 
>> Platformhttp://code.google.com/p/gwt4air/http://www.gwt4air.appspot.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 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.
>
>

-- 
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.



Re: Need Feedback on charts frameworks for GWT

2011-03-23 Thread Romain BIARD
Ok first of all thanks for sharing your XP ;)

@Martin Trummer
In fact I don't have internet access while most of applications we are
developing are located on client's intranet :( I'll take a look on
chronoscope :)

@Daniel Renner
GXT was my first idea but GPLv3 or Commercial License don't fit my
client's strategy (only Apache , MIT,... without copyleft).

@opn
Although its license policy is pretty good, I think that i couldn't
explain to my client that all charts in his application would be based
on a stack maintained by a few people with no visibility on their
roadmap.
(and the charts are not such pretty as other Ajax framework like
jQuery / ext-js).

In the same time of my investigation,I'm trying to build a wrapper for
jQPlot which seems to draw pretty charts without any pain and it looks
really good.




On Mar 23, 11:04 am, nino ekambi  wrote:
> Looks pretty ok but the API is kind of complicate imho.
> It should me more simpler to do that.
>
> 2011/3/23 opn 
>
>
>
>
>
> > What about clientsidegchart? (http://code.google.com/p/
> > clientsidegchart/?redir=1)
>
> > I took a look at it and it looks kind of complex to create the charts,
> > but the style is pretty nice!
> > Anyone tried those and can tell if the library worked for him / her?
>
> > Regards
>
> > --
> > 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.
>
> --
>
> GWT API for the Flash 
> Platformhttp://code.google.com/p/gwt4air/http://www.gwt4air.appspot.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 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.



Re: Need Feedback on charts frameworks for GWT

2011-03-23 Thread nino ekambi
Looks pretty ok but the API is kind of complicate imho.
It should me more simpler to do that.

2011/3/23 opn 

> What about clientsidegchart? (http://code.google.com/p/
> clientsidegchart/?redir=1)
>
> I took a look at it and it looks kind of complex to create the charts,
> but the style is pretty nice!
> Anyone tried those and can tell if the library worked for him / her?
>
> Regards
>
> --
> 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.
>
>


-- 

GWT API for the Flash Platform
http://code.google.com/p/gwt4air/
http://www.gwt4air.appspot.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 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.



Re: Need Feedback on charts frameworks for GWT

2011-03-23 Thread opn
What about clientsidegchart? (http://code.google.com/p/
clientsidegchart/?redir=1)

I took a look at it and it looks kind of complex to create the charts,
but the style is pretty nice!
Anyone tried those and can tell if the library worked for him / her?

Regards

-- 
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.



Re: Need Feedback on charts frameworks for GWT

2011-03-23 Thread Martin Trummer
another important question is if you GWT application has access to the
internet or not.

e.g. the Google Visualization API is great, but will not work offline

I think chronoscope (an interactive time series chart) can also be
used offline:
a nice offline time-chart is: http://timepedia.org/chronoscope/

regards

On Mar 23, 8:41 am, rjcarr  wrote:
> Not exactly client-side, but I generate charts on my server using
> JFreeChart and it's pretty nice.  I do this because there's a lot of
> data in my charts and it doesn't make sense to send it all client-side
> first.
>
> At some point I want to do some client rendering and for this I've
> been looking at canvas based tools like flot.
>
> Good luck!
>
> On Mar 21, 5:08 pm, Romain BIARD  wrote:
>
> > Hi everybody,
>
> > I'm looking for different feedback about frameworks which provides
> > client-side charts, especially well integrated with GWT MVP
> > Architecture (I managed to persuade my client to migrate to GWT
> > 2.2.0 :p ) . I don't know which solution fit the best and the
> > community didn't discuss about it for a while...
>
> > What about your XP ? JS wrapper, clientsidegchart, GXT ?
>
> > Thanks for your feedback !

-- 
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.



Re: Need Feedback on charts frameworks for GWT

2011-03-23 Thread rjcarr
Not exactly client-side, but I generate charts on my server using
JFreeChart and it's pretty nice.  I do this because there's a lot of
data in my charts and it doesn't make sense to send it all client-side
first.

At some point I want to do some client rendering and for this I've
been looking at canvas based tools like flot.

Good luck!

On Mar 21, 5:08 pm, Romain BIARD  wrote:
> Hi everybody,
>
> I'm looking for different feedback about frameworks which provides
> client-side charts, especially well integrated with GWT MVP
> Architecture (I managed to persuade my client to migrate to GWT
> 2.2.0 :p ) . I don't know which solution fit the best and the
> community didn't discuss about it for a while...
>
> What about your XP ? JS wrapper, clientsidegchart, GXT ?
>
> Thanks for your feedback !

-- 
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.



Re: Need Feedback on charts frameworks for GWT

2011-03-22 Thread Daniel Renner
I only used the GXT-Charts until now. They are very easy to implement
and, imo, they are looking great. But you have to use Flash to display
the charts in your browser ;/ . If you dont use GXT, why include such
a big "framework"? Only for generating some charts?
If you want to use the GWT-Framework to generate some charts, you can
have a look at the GWT-API-libs:
http://code.google.com/intl/de-DE/apis/chart/
http://code.google.com/docreader/#p=gwt-google-apis&s=gwt-google-apis&t=ChartTools
-> you can also use your MVP-arch. But its only an API not a
Framework or a Lib. as GXT f.e.

There is no "best" solution for every problem, only one "best
practise" for a specific problem ;) .

Greetings

On 22 Mrz., 01:08, Romain BIARD  wrote:
> Hi everybody,
>
> I'm looking for different feedback about frameworks which provides
> client-side charts, especially well integrated with GWT MVP
> Architecture (I managed to persuade my client to migrate to GWT
> 2.2.0 :p ) . I don't know which solution fit the best and the
> community didn't discuss about it for a while...
>
> What about your XP ? JS wrapper, clientsidegchart, GXT ?
>
> Thanks for your feedback !

-- 
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.



Re: Need Feedback on charts frameworks for GWT

2011-03-22 Thread Uemit
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 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.



Need Feedback on charts frameworks for GWT

2011-03-21 Thread Romain BIARD
Hi everybody,

I'm looking for different feedback about frameworks which provides
client-side charts, especially well integrated with GWT MVP
Architecture (I managed to persuade my client to migrate to GWT
2.2.0 :p ) . I don't know which solution fit the best and the
community didn't discuss about it for a while...

What about your XP ? JS wrapper, clientsidegchart, GXT ?

Thanks for your feedback !

-- 
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.