Re: Best solution for client-side graphing in GWT?

2013-10-03 Thread Nathan Dunn
Sorry for the late reply.  Flash is definitely a deal-breaker for a 
multitude of reasons.  

It looks like your library maps flotr (which looks pretty nice), but 
extends VML.   I definitely want something that extends the native Canvas 
or SVG (I'm currently using the SVG library).   The visualization API looks 
good, as it appears to allow event-handling clicks, etc.   However, that 
GCharts demo is very impressive.  

Thanks for the feedback. 

Nathan

On Tuesday, September 16, 2008 3:36:47 PM UTC-7, dolc...@gmail.com wrote:
>
> Please do note that the library requires gwt-1.5.X and gwt-incubator. 
>
> On Sep 16, 6:27 pm, "dolcra...@gmail.com"  wrote: 
> > I do have a library together, currently it is very undocumented, 
> > however it does follow the same structure as Flotr. 
> > 
> > http://code.google.com/p/glotr/ 
> > 
> > On Sep 12, 1:44 pm, "Perelman Nathan (Nathan)" 
> > 
> >  wrote: 
> > > I'm aware that that is possible, I'd rather not reinvent the wheel 
> myself. 
> > 
> > > Do you have a library that is available for others to use? Do you have 
> a website or some more information? 
> > 
> > > -Original Message- 
> > > From: google-we...@googlegroups.com  [mailto:
> google-we...@googlegroups.com ] On Behalf Of 
> dolcra...@gmail.com 
> > > Sent: Friday, September 12, 2008 13:22 
> > > To: Google Web Toolkit 
> > > Subject: Re: Best solution for client-side graphing in GWT? 
> > 
> > > I've actually implemented a pure canvas/vml charting solution for GWT. 
> > 
> > > On Sep 12, 1:04 pm, Nathan  wrote: 
> > > > I've been investigating the best way to do client-side graphing in 
> > > > GWT. The features that I am looking for that don't seem to be widely 
> > > > provided are the ability for users to select portions of the graph, 
> > > > and to receive events for mouse clicks on any part of the graph. I 
> > > > also can't use a solution that uses flash (IE support however, is 
> not 
> > > > important). 
> > 
> > > > The solution I'm currently considering is to write a bunch of 
> > > > JavaScript Overlay classes for use with flot (
> http://code.google.com/p/flot/ 
> > > > ). 
> > 
> > > > As far as I can tell, gchart (http://code.google.com/p/gchart/) is 
> > > > the only native GWT graphing solution, but has no events support. I 
> > > > also looked into the dojox charting library, but flot seems to have 
> > > > better events support (particularly the ability to click on any 
> point 
> > > > in the graph and get an event with the graph coordinates for the 
> point 
> > > > clicked). 
> > 
> > > > Are there any projects out there that I've missed? I'd really like a 
> > > > native GWT solution, if possible. 
> > 
> > > > 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: Best solution for client-side graphing in GWT?

2008-09-16 Thread [EMAIL PROTECTED]

Please do note that the library requires gwt-1.5.X and gwt-incubator.

On Sep 16, 6:27 pm, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote:
> I do have a library together, currently it is very undocumented,
> however it does follow the same structure as Flotr.
>
> http://code.google.com/p/glotr/
>
> On Sep 12, 1:44 pm, "Perelman Nathan (Nathan)"
>
> <[EMAIL PROTECTED]> wrote:
> > I'm aware that that is possible, I'd rather not reinvent the wheel myself.
>
> > Do you have a library that is available for others to use? Do you have a 
> > website or some more information?
>
> > -Original Message-
> > From: Google-Web-Toolkit@googlegroups.com [mailto:[EMAIL PROTECTED] On 
> > Behalf Of [EMAIL PROTECTED]
> > Sent: Friday, September 12, 2008 13:22
> > To: Google Web Toolkit
> > Subject: Re: Best solution for client-side graphing in GWT?
>
> > I've actually implemented a pure canvas/vml charting solution for GWT.
>
> > On Sep 12, 1:04 pm, Nathan <[EMAIL PROTECTED]> wrote:
> > > I've been investigating the best way to do client-side graphing in
> > > GWT. The features that I am looking for that don't seem to be widely
> > > provided are the ability for users to select portions of the graph,
> > > and to receive events for mouse clicks on any part of the graph. I
> > > also can't use a solution that uses flash (IE support however, is not
> > > important).
>
> > > The solution I'm currently considering is to write a bunch of
> > > JavaScript Overlay classes for use with flot 
> > > (http://code.google.com/p/flot/
> > > ).
>
> > > As far as I can tell, gchart (http://code.google.com/p/gchart/) is
> > > the only native GWT graphing solution, but has no events support. I
> > > also looked into the dojox charting library, but flot seems to have
> > > better events support (particularly the ability to click on any point
> > > in the graph and get an event with the graph coordinates for the point
> > > clicked).
>
> > > Are there any projects out there that I've missed? I'd really like a
> > > native GWT solution, if possible.
>
> > > Thanks
--~--~-~--~~~---~--~~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~--~~~~--~~--~--~---



Re: Best solution for client-side graphing in GWT?

2008-09-16 Thread [EMAIL PROTECTED]

The key drawback with amcharts (and chronoscope) is that they rely on
flash for their charting.  This provides a distorted presence across
browsers (unless it always uses flash) and requires the end user to
have a plugin installed (third party, closed source).  Instead a
better solution would be one that leveraged each browser's
functionality to provide a native solution.

On Sep 15, 7:53 pm, Tim <[EMAIL PROTECTED]> wrote:
> amcharts (http://www.amcharts.com) someone mentionned earlier looks
> extremely impressive. It seems they also have the world map charting
> widget as wellhttp://www.ammap.com/, which is quite cool as well.
>
> On Sep 14, 8:02 pm, Arthur Kalmenson <[EMAIL PROTECTED]> wrote:
>
> > Hello Nathan,
>
> > I'd recommend that Google Visualization 
> > API:http://code.google.com/apis/visualization/
>
> > There are GWT overlays in the works at the GALGWT project (http://
> > code.google.com/p/gwt-google-apis/). See the issue 
> > here:http://code.google.com/p/gwt-google-apis/issues/detail?id=130
>
> > On Sep 12, 1:04 pm, Nathan <[EMAIL PROTECTED]> wrote:
>
> > > I've been investigating the best way to do client-side graphing in
> > > GWT. The features that I am looking for that don't seem to be widely
> > > provided are the ability for users to select portions of the graph,
> > > and to receive events for mouse clicks on any part of the graph. I
> > > also can't use a solution that uses flash (IE support however, is not
> > > important).
>
> > > The solution I'm currently considering is to write a bunch of
> > > JavaScript Overlay classes for use with flot 
> > > (http://code.google.com/p/flot/
> > > ).
>
> > > As far as I can tell, gchart (http://code.google.com/p/gchart/) is
> > > the only native GWT graphing solution, but has no events support. I
> > > also looked into the dojox charting library, but flot seems to have
> > > better events support (particularly the ability to click on any point
> > > in the graph and get an event with the graph coordinates for the point
> > > clicked).
>
> > > Are there any projects out there that I've missed? I'd really like a
> > > native GWT solution, if possible.
>
> > > Thanks
--~--~-~--~~~---~--~~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~--~~~~--~~--~--~---



Re: Best solution for client-side graphing in GWT?

2008-09-16 Thread [EMAIL PROTECTED]

I do have a library together, currently it is very undocumented,
however it does follow the same structure as Flotr.

http://code.google.com/p/glotr/

On Sep 12, 1:44 pm, "Perelman Nathan (Nathan)"
<[EMAIL PROTECTED]> wrote:
> I'm aware that that is possible, I'd rather not reinvent the wheel myself.
>
> Do you have a library that is available for others to use? Do you have a 
> website or some more information?
>
> -Original Message-
> From: Google-Web-Toolkit@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf 
> Of [EMAIL PROTECTED]
> Sent: Friday, September 12, 2008 13:22
> To: Google Web Toolkit
> Subject: Re: Best solution for client-side graphing in GWT?
>
> I've actually implemented a pure canvas/vml charting solution for GWT.
>
> On Sep 12, 1:04 pm, Nathan <[EMAIL PROTECTED]> wrote:
> > I've been investigating the best way to do client-side graphing in
> > GWT. The features that I am looking for that don't seem to be widely
> > provided are the ability for users to select portions of the graph,
> > and to receive events for mouse clicks on any part of the graph. I
> > also can't use a solution that uses flash (IE support however, is not
> > important).
>
> > The solution I'm currently considering is to write a bunch of
> > JavaScript Overlay classes for use with flot (http://code.google.com/p/flot/
> > ).
>
> > As far as I can tell, gchart (http://code.google.com/p/gchart/) is
> > the only native GWT graphing solution, but has no events support. I
> > also looked into the dojox charting library, but flot seems to have
> > better events support (particularly the ability to click on any point
> > in the graph and get an event with the graph coordinates for the point
> > clicked).
>
> > Are there any projects out there that I've missed? I'd really like a
> > native GWT solution, if possible.
>
> > Thanks
--~--~-~--~~~---~--~~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~--~~~~--~~--~--~---



Re: Best solution for client-side graphing in GWT?

2008-09-15 Thread Joe Cole

Agreed. It's very well priced as well.
The main drawback of amcharts is that there is no ability to generate
server-side charts (it's all flash, and restricted to client side for
the time being). You'll have to generate charts for pdf's if you need
them using another solution like jfreechart.

Another hiccup we faced was getting them to display - sometimes there
are errors (I forget the reason, but they are intermittent).
You'll have to include swfobject.js as a script, and then the
following code should help:

public void build() {

try {
if (!buildInternal(swfUrl, settingsFile, dataUrl, path, 
height,
width < 101 ? width + "%" : width + "", 
preloaderColour,
backgroundColour, divID)) {
new Timer() {
public void run() {
build();
}
}.schedule(2000);
}
} catch (final Exception e) {
log(e);
// this happens when the user changes pages before we 
have built
}
}

/**
 * This calls out to the SWFObject class to build the flash widget
itself
 */
private native boolean buildInternal(String swfUrl, String settings,
String dataUrl, String path, int height, String width,
String preloaderColour, String backgroundColour, String 
divID) /*-{
if( typeof($wnd.deconcept) == "undefined" || $wnd.deconcept ==
null ) return false;
var so = new $wnd.deconcept.SWFObject(swfUrl, "amline", width,
height, "8",
backgroundColour);
so.addVariable("path", path);
so.addVariable("chart_settings", escape(settings));
so.addVariable("data_file", escape(dataUrl));
so.addVariable("preloader_color", escape(preloaderColour));
so.addParam("wmode", "transparent");
so.write(divID);
return true;
}-*/;


Joe

On Sep 16, 12:53 pm, Tim <[EMAIL PROTECTED]> wrote:
> amcharts (http://www.amcharts.com) someone mentionned earlier looks
> extremely impressive. It seems they also have the world map charting
> widget as wellhttp://www.ammap.com/, which is quite cool as well.
>
> On Sep 14, 8:02 pm, Arthur Kalmenson <[EMAIL PROTECTED]> wrote:
>
> > Hello Nathan,
>
> > I'd recommend that Google Visualization 
> > API:http://code.google.com/apis/visualization/
>
> > There are GWT overlays in the works at the GALGWT project (http://
> > code.google.com/p/gwt-google-apis/). See the issue 
> > here:http://code.google.com/p/gwt-google-apis/issues/detail?id=130
>
> > On Sep 12, 1:04 pm, Nathan <[EMAIL PROTECTED]> wrote:
>
> > > I've been investigating the best way to do client-side graphing in
> > > GWT. The features that I am looking for that don't seem to be widely
> > > provided are the ability for users to select portions of the graph,
> > > and to receive events for mouse clicks on any part of the graph. I
> > > also can't use a solution that uses flash (IE support however, is not
> > > important).
>
> > > The solution I'm currently considering is to write a bunch of
> > > JavaScript Overlay classes for use with flot 
> > > (http://code.google.com/p/flot/
> > > ).
>
> > > As far as I can tell, gchart (http://code.google.com/p/gchart/) is
> > > the only native GWT graphing solution, but has no events support. I
> > > also looked into the dojox charting library, but flot seems to have
> > > better events support (particularly the ability to click on any point
> > > in the graph and get an event with the graph coordinates for the point
> > > clicked).
>
> > > Are there any projects out there that I've missed? I'd really like a
> > > native GWT solution, if possible.
>
> > > Thanks
--~--~-~--~~~---~--~~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~--~~~~--~~--~--~---



Re: Best solution for client-side graphing in GWT?

2008-09-15 Thread Tim

amcharts (http://www.amcharts.com) someone mentionned earlier looks
extremely impressive. It seems they also have the world map charting
widget as well http://www.ammap.com/, which is quite cool as well.

On Sep 14, 8:02 pm, Arthur Kalmenson <[EMAIL PROTECTED]> wrote:
> Hello Nathan,
>
> I'd recommend that Google Visualization 
> API:http://code.google.com/apis/visualization/
>
> There are GWT overlays in the works at the GALGWT project (http://
> code.google.com/p/gwt-google-apis/). See the issue 
> here:http://code.google.com/p/gwt-google-apis/issues/detail?id=130
>
> On Sep 12, 1:04 pm, Nathan <[EMAIL PROTECTED]> wrote:
>
> > I've been investigating the best way to do client-side graphing in
> > GWT. The features that I am looking for that don't seem to be widely
> > provided are the ability for users to select portions of the graph,
> > and to receive events for mouse clicks on any part of the graph. I
> > also can't use a solution that uses flash (IE support however, is not
> > important).
>
> > The solution I'm currently considering is to write a bunch of
> > JavaScript Overlay classes for use with flot (http://code.google.com/p/flot/
> > ).
>
> > As far as I can tell, gchart (http://code.google.com/p/gchart/) is
> > the only native GWT graphing solution, but has no events support. I
> > also looked into the dojox charting library, but flot seems to have
> > better events support (particularly the ability to click on any point
> > in the graph and get an event with the graph coordinates for the point
> > clicked).
>
> > Are there any projects out there that I've missed? I'd really like a
> > native GWT solution, if possible.
>
> > Thanks
--~--~-~--~~~---~--~~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~--~~~~--~~--~--~---



Re: Best solution for client-side graphing in GWT?

2008-09-14 Thread Arthur Kalmenson

Hello Nathan,

I'd recommend that Google Visualization API: 
http://code.google.com/apis/visualization/

There are GWT overlays in the works at the GALGWT project (http://
code.google.com/p/gwt-google-apis/). See the issue here:
http://code.google.com/p/gwt-google-apis/issues/detail?id=130

On Sep 12, 1:04 pm, Nathan <[EMAIL PROTECTED]> wrote:
> I've been investigating the best way to do client-side graphing in
> GWT. The features that I am looking for that don't seem to be widely
> provided are the ability for users to select portions of the graph,
> and to receive events for mouse clicks on any part of the graph. I
> also can't use a solution that uses flash (IE support however, is not
> important).
>
> The solution I'm currently considering is to write a bunch of
> JavaScript Overlay classes for use with flot (http://code.google.com/p/flot/
> ).
>
> As far as I can tell, gchart (http://code.google.com/p/gchart/) is
> the only native GWT graphing solution, but has no events support. I
> also looked into the dojox charting library, but flot seems to have
> better events support (particularly the ability to click on any point
> in the graph and get an event with the graph coordinates for the point
> clicked).
>
> Are there any projects out there that I've missed? I'd really like a
> native GWT solution, if possible.
>
> Thanks
--~--~-~--~~~---~--~~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~--~~~~--~~--~--~---



Re: Best solution for client-side graphing in GWT?

2008-09-14 Thread chiluveri ramesh

i want to open a new window when i clicked the submit button.if we use
window.open() ,it will open a new window at a time.but i want ,window
to be open first small size,at last it should be 400px,400px
for example see www.ribbit.com

i want this functionality in  GWT/java script

--~--~-~--~~~---~--~~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~--~~~~--~~--~--~---



Re: Best solution for client-side graphing in GWT?

2008-09-13 Thread John Gunther

Nathan,

Though Client-side GChart doesn't have direct event support, it does
support Widget-based annotations, which can be used to do the same
kinds of things.

For example, by adding a transparent Image widget as an annotation
that is centered on a particular data point (via the
setAnnotationWidget and
setAnnotationLocation(AnnotationLocation.CENTER) methods)  you can
capture user events targeted to that data point.

The bar chart on the live demo (accessible from the GChart home page),
which uses buttons for the annotations placed above each bar (try
clicking on them) illustrates the basic technique.

Since any GWT widget can be used as a point's annotation, you can
exploit the event support built into the standard set of GWT widgets
to make a GChart respond to user events in lots of interesting ways.

John C. Gunther
http://gchart.googlecode.com


On Sep 12, 1:04 pm, Nathan <[EMAIL PROTECTED]> wrote:
> I've been investigating the best way to do client-side graphing inGWT. The 
> features that I am looking for that don't seem to be widely
> provided are the ability for users to select portions of the graph,
> and to receive events for mouse clicks on any part of the graph. I
> also can't use a solution that uses flash (IE support however, is not
> important).
>
> The solution I'm currently considering is to write a bunch of
> JavaScript Overlay classes for use with flot (http://code.google.com/p/flot/
> ).
>
> As far as I can tell,gchart(http://code.google.com/p/gchart/) is
> the only nativeGWTgraphing solution, but has no events support. I
> also looked into the dojox charting library, but flot seems to have
> better events support (particularly the ability to click on any point
> in the graph and get an event with the graph coordinates for the point
> clicked).
>
> Are there any projects out there that I've missed? I'd really like a
> nativeGWTsolution, if possible.
>
> Thanks
--~--~-~--~~~---~--~~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~--~~~~--~~--~--~---



Re: Best solution for client-side graphing in GWT?

2008-09-12 Thread Joe Cole

We finally decided to use a gwt wrapper around amcharts.com.
First we tried standard jfreechart, but they weren't interactive.
Then we used http://www.maani.us/xml_charts/ but they weren't as good
as amcharts, and decided to switch.

Joe
On Sep 13, 6:04 am, Nathan <[EMAIL PROTECTED]> wrote:
> I've been investigating the best way to do client-side graphing in
> GWT. The features that I am looking for that don't seem to be widely
> provided are the ability for users to select portions of the graph,
> and to receive events for mouse clicks on any part of the graph. I
> also can't use a solution that uses flash (IE support however, is not
> important).
>
> The solution I'm currently considering is to write a bunch of
> JavaScript Overlay classes for use with flot (http://code.google.com/p/flot/
> ).
>
> As far as I can tell, gchart (http://code.google.com/p/gchart/) is
> the only native GWT graphing solution, but has no events support. I
> also looked into the dojox charting library, but flot seems to have
> better events support (particularly the ability to click on any point
> in the graph and get an event with the graph coordinates for the point
> clicked).
>
> Are there any projects out there that I've missed? I'd really like a
> native GWT solution, if possible.
>
> Thanks
--~--~-~--~~~---~--~~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~--~~~~--~~--~--~---



RE: Best solution for client-side graphing in GWT?

2008-09-12 Thread Perelman Nathan (Nathan)

I'm aware that that is possible, I'd rather not reinvent the wheel myself.

Do you have a library that is available for others to use? Do you have a 
website or some more information?

-Original Message-
From: Google-Web-Toolkit@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf 
Of [EMAIL PROTECTED]
Sent: Friday, September 12, 2008 13:22
To: Google Web Toolkit
Subject: Re: Best solution for client-side graphing in GWT?


I've actually implemented a pure canvas/vml charting solution for GWT.

On Sep 12, 1:04 pm, Nathan <[EMAIL PROTECTED]> wrote:
> I've been investigating the best way to do client-side graphing in
> GWT. The features that I am looking for that don't seem to be widely
> provided are the ability for users to select portions of the graph,
> and to receive events for mouse clicks on any part of the graph. I
> also can't use a solution that uses flash (IE support however, is not
> important).
>
> The solution I'm currently considering is to write a bunch of
> JavaScript Overlay classes for use with flot (http://code.google.com/p/flot/
> ).
>
> As far as I can tell, gchart (http://code.google.com/p/gchart/) is
> the only native GWT graphing solution, but has no events support. I
> also looked into the dojox charting library, but flot seems to have
> better events support (particularly the ability to click on any point
> in the graph and get an event with the graph coordinates for the point
> clicked).
>
> Are there any projects out there that I've missed? I'd really like a
> native GWT solution, if possible.
>
> Thanks


--~--~-~--~~~---~--~~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~--~~~~--~~--~--~---



Re: Best solution for client-side graphing in GWT?

2008-09-12 Thread [EMAIL PROTECTED]

I've actually implemented a pure canvas/vml charting solution for GWT.

On Sep 12, 1:04 pm, Nathan <[EMAIL PROTECTED]> wrote:
> I've been investigating the best way to do client-side graphing in
> GWT. The features that I am looking for that don't seem to be widely
> provided are the ability for users to select portions of the graph,
> and to receive events for mouse clicks on any part of the graph. I
> also can't use a solution that uses flash (IE support however, is not
> important).
>
> The solution I'm currently considering is to write a bunch of
> JavaScript Overlay classes for use with flot (http://code.google.com/p/flot/
> ).
>
> As far as I can tell, gchart (http://code.google.com/p/gchart/) is
> the only native GWT graphing solution, but has no events support. I
> also looked into the dojox charting library, but flot seems to have
> better events support (particularly the ability to click on any point
> in the graph and get an event with the graph coordinates for the point
> clicked).
>
> Are there any projects out there that I've missed? I'd really like a
> native GWT solution, if possible.
>
> Thanks
--~--~-~--~~~---~--~~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~--~~~~--~~--~--~---