Thanks for the quick answer! Yes, I am registering the click event handler on the container div.
I will try to do what you said, but do you know if it is possible to get the iframe body whitout navigating the DOM? 2011/12/27 asgallant <[email protected]> > Skimming over your code, it looks like you are registering a click event > handler on the div containing the chart - correct? This works fine for the > Table charts (and maybe org charts?), but for the charts that are drawn in > an iframe inside the container div (Area, Line, Bar, Column, Pie, Scatter, > etc), you have to register the event handler on the body of the iframe's > contents instead of the container div. > > -- > You received this message because you are subscribed to the Google Groups > "Google Visualization API" group. > To view this discussion on the web visit > https://groups.google.com/d/msg/google-visualization-api/-/z0VCROMFAbEJ. > 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. > -- Renato Beserra Sousa -- 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.
