Re: GWT and charts

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 Monday, 23 March 2009 11:32:36 UTC+5:30, robinson wrote:
>
> Hi there guys, 
>
> I am developing a java based application and require a charting 
> utility. But when i started using google visualizations for this I 
> figured out that it has a dependency on internet. Is there any way for 
> me to get charts using GWT, without depending on internet. 
>

-- 
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: GWT and charts

2009-03-23 Thread Adligo

These work well,

http://www.jfree.org/jfreechart/

On Mar 23, 10:49 am, Matías Costa  wrote:
> 2009/3/23 Matías Costa 
>
> > On Mon, Mar 23, 2009 at 2:05 PM, JoeB  wrote:
>
> >> The Fusion Charts are very good-looking, but they require the Adobe
> >> Flash Player plugin.  My customer may be using the app from within a
> >> secure network that doesn't have access out to the Internet, so this
> >> could be a problem.  It seems that at least some browsers come pre-
> >> installed with the Flash Player; does anybody have a sense as to how
> >> safe it is to assume that "all modern browsers" already have the Flash
> >> Player?
>
> > Any browser comes with flash preinstalled.
>
> Sorry, I mean "NO browser comes with flash preinstalled"
--~--~-~--~~~---~--~~
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: GWT and charts

2009-03-23 Thread Matías Costa
2009/3/23 Matías Costa 

> On Mon, Mar 23, 2009 at 2:05 PM, JoeB  wrote:
>
>>
>> The Fusion Charts are very good-looking, but they require the Adobe
>> Flash Player plugin.  My customer may be using the app from within a
>> secure network that doesn't have access out to the Internet, so this
>> could be a problem.  It seems that at least some browsers come pre-
>> installed with the Flash Player; does anybody have a sense as to how
>> safe it is to assume that "all modern browsers" already have the Flash
>> Player?
>>
>
> Any browser comes with flash preinstalled.
>

Sorry, I mean "NO browser comes with flash preinstalled"

--~--~-~--~~~---~--~~
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: GWT and charts

2009-03-23 Thread Matías Costa
On Mon, Mar 23, 2009 at 2:05 PM, JoeB  wrote:

>
> The Fusion Charts are very good-looking, but they require the Adobe
> Flash Player plugin.  My customer may be using the app from within a
> secure network that doesn't have access out to the Internet, so this
> could be a problem.  It seems that at least some browsers come pre-
> installed with the Flash Player; does anybody have a sense as to how
> safe it is to assume that "all modern browsers" already have the Flash
> Player?
>

Any browser comes with flash preinstalled. Anyway, flash is not a big
dependency. May be you could host it in the app web server for the user to
install it without internet connection.

If user can't install flash, you have to go with gcharts.

--~--~-~--~~~---~--~~
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: GWT and charts

2009-03-23 Thread Sachin Survase
How to show the ToolTipData on onmouseover event which is currently shown on
onmouseclick event ? any idea ?

On Mon, Mar 23, 2009 at 6:35 PM, JoeB  wrote:

>
> The Fusion Charts are very good-looking, but they require the Adobe
> Flash Player plugin.  My customer may be using the app from within a
> secure network that doesn't have access out to the Internet, so this
> could be a problem.  It seems that at least some browsers come pre-
> installed with the Flash Player; does anybody have a sense as to how
> safe it is to assume that "all modern browsers" already have the Flash
> Player?
>
> -- Joe
> >
>


-- 
"Face Your Fears Live Your Dreams"
Lead your DESTINY the way YOU want ...
Sachin Survase.

--~--~-~--~~~---~--~~
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: GWT and charts

2009-03-23 Thread JoeB

The Fusion Charts are very good-looking, but they require the Adobe
Flash Player plugin.  My customer may be using the app from within a
secure network that doesn't have access out to the Internet, so this
could be a problem.  It seems that at least some browsers come pre-
installed with the Flash Player; does anybody have a sense as to how
safe it is to assume that "all modern browsers" already have the Flash
Player?

-- Joe
--~--~-~--~~~---~--~~
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: GWT and charts

2009-03-23 Thread robinson

GCharts are ok. but Would like something which provides me with a pie-
chart & gauge



On Mar 23, 2:53 pm, Ravi Mundoli  wrote:
> If you can live with somewhat not-so-sexy graphs (especially pie
> charts), GChart (http://code.google.com/p/gchart/) is pretty easy to
> integrate into a GWT app.
>
> Ravi
>
> On Mar 23, 2:01 pm, robinson  wrote:
>
> > This still mentions of using
> > 

Re: GWT and charts

2009-03-23 Thread Matías Costa
On Mon, Mar 23, 2009 at 7:02 AM, robinson  wrote:

>
> Hi there guys,
>
> I am developing a java based application and require a charting
> utility. But when i started using google visualizations for this I
> figured out that it has a dependency on internet. Is there any way for
> me to get charts using GWT, without depending on internet.
>

I am using ofcgwt for charting. The main problem for me is, until you get
OOPHM working (I haven't even tried, I am in a rush) watching the charts
require full app compilation. The process , code -> test -> discover bug ->
code -> test is slow.

--~--~-~--~~~---~--~~
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: GWT and charts

2009-03-23 Thread Ravi Mundoli

If you can live with somewhat not-so-sexy graphs (especially pie
charts), GChart (http://code.google.com/p/gchart/) is pretty easy to
integrate into a GWT app.

Ravi

On Mar 23, 2:01 pm, robinson  wrote:
> This still mentions of using
> 

Re: GWT and charts

2009-03-23 Thread robinson

This still mentions of using
http://www.google.com/jsapi";>
which requires internet





On Mar 23, 12:45 pm, Sachin Survase  wrote:
> http://code.google.com/docreader/#p=gwt-google-apis&s=gwt-google-apis...
>
>
>
> On Mon, Mar 23, 2009 at 12:43 PM, robinson  wrote:
>
> > But is there any way to use Google Visualization without internet
> > connection?
>
> > On Mar 23, 10:22 am, Sachin Survase  wrote:
> > > Hi,
>
> > >http://www.fusioncharts.com/free/
> > > you can integrate this with your GWT app.
>
> > > On Mon, Mar 23, 2009 at 11:32 AM, robinson  wrote:
>
> > > > Hi there guys,
>
> > > > I am developing a java based application and require a charting
> > > > utility. But when i started using google visualizations for this I
> > > > figured out that it has a dependency on internet. Is there any way for
> > > > me to get charts using GWT, without depending on internet.
>
> > > --
> > > "Face Your Fears Live Your Dreams"
> > > Lead your DESTINY the way YOU want ...
> > > Sachin Survase.
>
> --
> "Face Your Fears Live Your Dreams"
> Lead your DESTINY the way YOU want ...
> Sachin Survase.
--~--~-~--~~~---~--~~
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: GWT and charts

2009-03-23 Thread Sachin Survase
http://code.google.com/docreader/#p=gwt-google-apis&s=gwt-google-apis&t=VisualizationGettingStarted

On Mon, Mar 23, 2009 at 12:43 PM, robinson  wrote:

>
> But is there any way to use Google Visualization without internet
> connection?
>
>
>
>
>
> On Mar 23, 10:22 am, Sachin Survase  wrote:
> > Hi,
> >
> > http://www.fusioncharts.com/free/
> > you can integrate this with your GWT app.
> >
> > On Mon, Mar 23, 2009 at 11:32 AM, robinson  wrote:
> >
> > > Hi there guys,
> >
> > > I am developing a java based application and require a charting
> > > utility. But when i started using google visualizations for this I
> > > figured out that it has a dependency on internet. Is there any way for
> > > me to get charts using GWT, without depending on internet.
> >
> > --
> > "Face Your Fears Live Your Dreams"
> > Lead your DESTINY the way YOU want ...
> > Sachin Survase.
> >
>


-- 
"Face Your Fears Live Your Dreams"
Lead your DESTINY the way YOU want ...
Sachin Survase.

--~--~-~--~~~---~--~~
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: GWT and charts

2009-03-23 Thread robinson

But is there any way to use Google Visualization without internet
connection?





On Mar 23, 10:22 am, Sachin Survase  wrote:
> Hi,
>
> http://www.fusioncharts.com/free/
> you can integrate this with your GWT app.
>
> On Mon, Mar 23, 2009 at 11:32 AM, robinson  wrote:
>
> > Hi there guys,
>
> > I am developing a java based application and require a charting
> > utility. But when i started using google visualizations for this I
> > figured out that it has a dependency on internet. Is there any way for
> > me to get charts using GWT, without depending on internet.
>
> --
> "Face Your Fears Live Your Dreams"
> Lead your DESTINY the way YOU want ...
> Sachin Survase.
--~--~-~--~~~---~--~~
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: GWT and charts

2009-03-22 Thread Sachin Survase
Hi,

http://www.fusioncharts.com/free/
you can integrate this with your GWT app.

On Mon, Mar 23, 2009 at 11:32 AM, robinson  wrote:

>
> Hi there guys,
>
> I am developing a java based application and require a charting
> utility. But when i started using google visualizations for this I
> figured out that it has a dependency on internet. Is there any way for
> me to get charts using GWT, without depending on internet.
>
> >
>


-- 
"Face Your Fears Live Your Dreams"
Lead your DESTINY the way YOU want ...
Sachin Survase.

--~--~-~--~~~---~--~~
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 and charts

2009-03-22 Thread robinson

Hi there guys,

I am developing a java based application and require a charting
utility. But when i started using google visualizations for this I
figured out that it has a dependency on internet. Is there any way for
me to get charts using GWT, without depending on internet.

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