I actually tried that and then called GChart's onBrowserEvent(event)
function.  That unfortunately didn't work because something deep with
the code needed the event.  I eventually found a solution using
GChart's built in curves by requesting help on their message board
here: http://code.google.com/p/gchart/issues/detail?id=39.
Thanks

On Jul 30, 12:57 am, "[email protected]"
<[email protected]> wrote:
> The Image Object has a MouseMoveEvent-Listener, why not capture events
> on the Image on the foreground and the call a function on your Image
> in the background, giving the information you need?
>
> On 28 Jul., 21:52, bconoly <[email protected]> wrote:
>
>
>
> > Ok, this question may be confusing but I'll be as clear as possible.
> >     - Currently I have a Pie Chart rendered using GChart.
> >     - I would like to overlay a transparent image over the pie chart
> > for a 3d effect.
> >     - I need that overlay image to pass along hover events and click
> > events to the pie chart it's overlaying.
>
> > My questions are:
> > 1)  Does anyone know of a way to make an image or a div with a
> > background image ignore mouse events and let them propogate to the
> > next layer?
> > 2)  If not, does anyone know how I could capture these events through
> > the image and fire them off in the correct location of GChart?
>
> > Thanks tremendously in advance
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to [email protected]
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to