To find the chart's SVG code, use:

$("#chart_div").find("iframe").contents().find("#chart");

There really isn't anything that distinguishes the sub-elements of the 
chart, though (at least, if there is, I haven't been able to discern it). 
 Google doesn't use any names or id's for anything inside the SVG code, so 
you have to guess at which elements are the one's you're looking for.

-- 
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/-/8EmstXLseykJ.
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.

Reply via email to