Actually I had forgotten to set the "enableEvents" property. The events are now being fire, however the event object i.e. the JavaScriptObject Properties is null.
Rgds Sean On Nov 17, 10:46 pm, goldenWonder <[email protected]> wrote: > Hi, > I want to add and event handler to the Image Chart to handle mouse > over events etc. However the following does not work for me: > > Handler.addHandler(imageChart, "onmouseover", new > OnMouseOverHandler() { > > @Override > public void onMouseOverEvent(OnMouseOverEvent event) { > Window.alert("Row : " +event.getRow() + > "Column :" + > event.getColumn()); > } > }); > > How can I had event handlers to an Image Chart? > > Rgds > Sean -- You received this message because you are subscribed to the Google Groups "Google Visualization API" 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-visualization-api?hl=en.
