Re: A native GWT chart library?

2013-09-21 Thread littleball
highchart is good On Tuesday, 21 April 2009 05:54:11 UTC+8, Pierre Coirier 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

Re: A native GWT chart library?

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

Re: A native GWT chart library?

2009-04-22 Thread Hasan Turksoy
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

Re: A native GWT chart library?

2009-04-22 Thread Rvanlaak
The Google Chart API delivers an image instead of Flash. It's a server- side, hosted, URL-based charting API. All input data is provided as URL query parameters and the Google server responds with a chart image. The charts are clean and the API is easy to use This does mean it isn't going to be

Re: A native GWT chart library?

2009-04-22 Thread sssmack
Pierre, Maybe use Walter's vector library here: http://www.walterzorn.com/jsgraphics/jsgraphics_e.htm#download Granted it is lower level - you'd probably have to build on it to make graph classes - there may be some already made for it. On Apr 22, 2:35 am, Rvanlaak rvanl...@gmail.com wrote:

Re: A native GWT chart library?

2009-04-21 Thread Flemming Boller
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

Re: A native GWT chart library?

2009-04-21 Thread Ben FS
, 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

A native GWT chart library?

2009-04-20 Thread plcoirier
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

Re: A native GWT chart library?

2009-04-20 Thread Thomas Broyer
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

Re: A native GWT chart library?

2009-04-20 Thread Ben FS
See the following page where I maintain a list of various charting libraries (many are client-side), amidst a bunch of other toolkits. You might want to do a Find for chart. http://code.google.com/p/macdadi/wiki/BenLinks I unfortunately can't use Google Visualization bc it's for an intranet