Re: best way to use chart in 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 Monday, 8 November 2010 22:00:38 UTC+5:30, Genesis Simpleman wrote:
>
> Hi 
> I'm having problem to decide what is the base way to implement chart 
> in gwt. 
> i taught about gwt library (i.e. gchart of gflot) - but they are 
> insufficient by look, interaction and components. 
> Also looked at gwt visualization but it requires open link to the web, 
> (i need it in intranet). 
> And also look at some javascript library - but then i need to write 
> wrappers and take care of the cross browser issue. 
> P.s. i cannot use flash component as well. 
>
> currently it seems that wrapping the javascript library is the best 
> solution, but i'll be happy to hear other suggestions, or experiences 
> before diving in. 
>
> Thanx 
> onentwoo

-- 
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: best way to use chart in GWT

2010-11-08 Thread Harald Pehl
I'm using a combination of http://raphaeljs.com and http://g.raphaeljs.com.
It's a SVG based framework, so you'll need a modern browser. There is
a GWT port available (http://code.google.com/p/raphaelgwt/), but I
don't know whether it's up to date. So I decided to use JSNI. Actually
it's not that hard and I'm confident with the results.

- Harald

On 8 Nov., 17:30, Genesis Simpleman  wrote:
> Hi
> I'm having problem to decide what is the base way to implement chart
> in gwt.
> i taught about gwt library (i.e. gchart of gflot) - but they are
> insufficient by look, interaction and components.
> Also looked at gwt visualization but it requires open link to the web,
> (i need it in intranet).
> And also look at some javascript library - but then i need to write
> wrappers and take care of the cross browser issue.
> P.s. i cannot use flash component as well.
>
> currently it seems that wrapping the javascript library is the best
> solution, but i'll be happy to hear other suggestions, or experiences
> before diving in.
>
> Thanx
> onentwoo

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



best way to use chart in GWT

2010-11-08 Thread Genesis Simpleman
Hi
I'm having problem to decide what is the base way to implement chart
in gwt.
i taught about gwt library (i.e. gchart of gflot) - but they are
insufficient by look, interaction and components.
Also looked at gwt visualization but it requires open link to the web,
(i need it in intranet).
And also look at some javascript library - but then i need to write
wrappers and take care of the cross browser issue.
P.s. i cannot use flash component as well.

currently it seems that wrapping the javascript library is the best
solution, but i'll be happy to hear other suggestions, or experiences
before diving in.

Thanx
onentwoo

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