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.
