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,

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 gwasuk...@gmail.com wrote: Came across

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 http://www.gwt4air.appspot.com/#mx.extended.ChartDashboard 2011/5/4 bonjoe j...@fusionadapter.com In case you miss it, there's an adapter for FusionCharts in GWT classes, check out the

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

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:

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

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 open...@gmx.net 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

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

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,

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 rjc...@gmail.com wrote: Not exactly client-side, but I generate charts on my server using

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

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