On Nov 12, 10:49 am, Valli <[EMAIL PROTECTED]> wrote:

> Can anyone tell me , what am I doing wrong?

1. You're posting to the wrong group. This is Charts, not Maps.

2. You should use addListener() with API objects, rather than
addDomListener() which is used for DOM Elements.

3. The first parameter of the callback, for both addListener() and
addDomListener() is not the point. For addListener, point is the
second parameter. For addDomListener, the parameters are not
documented, but one of the parameters is the browser-specific Event
object. If you can work out what browser you're running in, then you
can extract the pixel location on the screen from the info in that
Event, then convert that to lat/lng coordinates.

4. Some browsers don't support window.status.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google Chart 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-chart-api?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to