Re: Creating charts using GWT

2013-09-14 Thread Richard
GWT Highcharts is great looking but don't ignore the pricing. It's not exactly front-and-center on the website. http://shop.highsoft.com/highcharts.html If you use it on a non-app website it's $90. That won't cover most GWT use, so for commercial GWT app use it starts at $390, multiple

Re: Creating charts using GWT

2013-09-13 Thread Seamus McMorrow
I am using GWT Highcharts http://www.moxiegroup.com/moxieapps/gwt-highcharts/ Works well for us. On Friday, 13 September 2013 01:47:13 UTC+1, Wayne Rasmuss wrote: I don't think Google charts actually makes requests in general usage. You may be able to download the js files and use them. You

Re: Creating charts using GWT

2013-09-12 Thread Wayne Rasmuss
I don't think Google charts actually makes requests in general usage. You may be able to download the js files and use them. You should first check and see if that it's acceptable in their terms of use. I have never tried it myself. There was an old version where images were rendered on Google

Re: Creating charts using GWT

2013-09-11 Thread Aryan
You may like to Check out GWT-RCharts hosted on http://code.google.com/p/gwt-rcharts/ and demo at http://gwt-rcharts.appspot.com/ . On Thursday, 5 March 2009 01:18:00 UTC+5:30, JoeB wrote: Hi, Can someone give me advice on the best way to create polished-looking charts using GWT? Notes:

Creating charts using GWT

2009-03-04 Thread JoeB
Hi, Can someone give me advice on the best way to create polished-looking charts using GWT? Notes: 1) My GWT app won't have web access so it can't call out to Google Visualizations. 2) The GChart package is nice for bar charts and line charts, but it doesn't support gauges (like on a dashboard)