Gwt charts legend throw Null Pointer exception on clicking

2017-01-18 Thread Sarir Ahmad

Hi,
 is this bug in Gwt graphs -* uncaught exception: 
java.lang.NullPointerException * when we click on legend it throws null 
pointer exception which is shown in JavaScirpt
I am not able to figure it out .Any help would be highly appreciated 

-- 
You received this message because you are subscribed to the Google Groups "GWT 
Users" 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 https://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.


'Chart Tools API Library for GWT' vs gwt-charts

2013-09-14 Thread Wayne Rasmuss
We were using the official one but switched to the unofficial one. It is more 
current with the js api and a little easier to use. It's not much different 
than the official one though. I'd skip to the unofficial version.we're using 
scatter charts with annotations. It's really nice.

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


'Chart Tools API Library for GWT' vs gwt-charts

2013-09-13 Thread Steve Morgan
There seem to be two projects dedicated to charting for GWT based on Google 
Charts. 'Chart Tools API Library for GWT' is the "official" library that 
wraps the Google chart tools for use in GWT. The home page and FAQ haven't 
been updated in a couple of years, and the .jar file referenced from the 
home page is missing from the Google api downloads page. gwt-charts is the 
"unofficial" wrapper, and it was last updated in late 2012. Does anyone 
have practical experience with these libraries? I am doing bar, scatter and 
line charts with multiple axis.
Thanks!

-- 
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 + Charts

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 Saturday, 8 January 2011 22:39:29 UTC+5:30, Ross McKinnon wrote:
>
> Hi There, 
>
> Im looking to insert some basic pie charts etc into my application 
> based constructed using data from my MySQL database.  Does anyone know 
> some useful projects that offer this kind of feature... 
>
> Your help will be appreciated! 
>
> Thanks, 
> Ross

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


Built in GWT charts on Android

2012-02-22 Thread Ahmed Abida
Hi everyone,
I used GWT to generate charts but I don't know charts are not visible from 
my simulator. In fact, I had tested used gChart framework without problems 
before that I migrated the app to built in GWT charts. Please inform me if 
there is a problem with mobile devices.

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-web-toolkit/-/0EFNMK4HQV8J.
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.



howto make line symbols other then squares in GWT charts

2011-06-07 Thread Armishev, Sergey
Hi,

In all GWT charts examples I see only square symbols on line graphs. Can
I setup circle or triangle instead?

 

-Sergey 


_ 
This electronic message and any files transmitted with it contains
information from iDirect, which may be privileged, proprietary
and/or confidential. It is intended solely for the use of the individual
or entity to whom they are addressed. If you are not the original
recipient or the person responsible for delivering the email to the 
intended recipient, be advised that you have received this email
in error, and that any use, dissemination, forwarding, printing, or copying 
of this email is strictly prohibited. If you received this email
in error, please delete it and immediately notify the sender.
_ 


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



information regarding header labels for GWT charts in java

2011-06-03 Thread Deepesh Naidu
Hi All,

I am developing gwt charts in java.
I have a bar chart with all the X and Y axis properly populated with
labels.
But I am unable to get headers for X axis and Y axis.
Can anyone advice on how can i get headers on the X and Y axis in GWT
charts ?

I tried XAxis legend but it didnt work.
Any help will be appriciated.

-Deepesh

-- 
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 + Charts

2011-01-08 Thread Ross McKinnon
Thanks for your help guys!

Much appreciated!

Ross

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



Re: GWT + Charts

2011-01-08 Thread Dean S. Jones
I have a GWT binding to Raphael http://raphaeljs.com/ that can do some
simple charting:

http://grashizzle.appspot.com/

I also have a GWT binding to Highcharts http://www.highcharts.com/
That I'm working on finishing,
though you would need to probably buy a highchart license to use
highcharts commercially. It's
pretty cheap, for what you get...

Dean S. Jones



On Jan 8, 12:19 pm, Subhrajyoti Moitra  wrote:
> http://code.google.com/p/gwt-google-apis/wiki/VisualizationGettingSta...
>
> if u are looking for GWT specific libs.
> Otherwise there are plenty of options like Jasper reports, BIRT to name a
> few which can generate pie charts for you.
> Also a simpler idea is to generate a pie chart image and show it.
>
> HTH.
>
> Cheers,
> Subhro.
>
> On Sat, Jan 8, 2011 at 10:39 PM, Ross McKinnon
> wrote:
>
>
>
> > Hi There,
>
> > Im looking to insert some basic pie charts etc into my application
> > based constructed using data from my MySQL database.  Does anyone know
> > some useful projects that offer this kind of feature...
>
> > Your help will be appreciated!
>
> > Thanks,
> > Ross
>
> > --
> > 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 > cr...@googlegroups.com>
> > .
> > For more options, visit this group at
> >http://groups.google.com/group/google-web-toolkit?hl=en.

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



Re: GWT + Charts

2011-01-08 Thread Subhrajyoti Moitra
http://code.google.com/p/gwt-google-apis/wiki/VisualizationGettingStarted

if u are looking for GWT specific libs.
Otherwise there are plenty of options like Jasper reports, BIRT to name a
few which can generate pie charts for you.
Also a simpler idea is to generate a pie chart image and show it.

HTH.

Cheers,
Subhro.

On Sat, Jan 8, 2011 at 10:39 PM, Ross McKinnon
wrote:

> Hi There,
>
> Im looking to insert some basic pie charts etc into my application
> based constructed using data from my MySQL database.  Does anyone know
> some useful projects that offer this kind of feature...
>
> Your help will be appreciated!
>
> Thanks,
> Ross
>
> --
> 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.
>
>

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



GWT + Charts

2011-01-08 Thread Ross McKinnon
Hi There,

Im looking to insert some basic pie charts etc into my application
based constructed using data from my MySQL database.  Does anyone know
some useful projects that offer this kind of feature...

Your help will be appreciated!

Thanks,
Ross

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