So i was able to grab the contents of the IFRAME using window.frames[0].document.body.innerHTML;
This then outputs the VML string used to render the chart. How then can I convert this to a downloadable image , png or just svg? Thanks! On Jun 8, 6:41 am, r2b2 <[email protected]> wrote: > Hello, > > Is it possible to dump the VML string generated by the chart in IE > browsers? In firefox and chrome I am able to use dump() method which > then outputs an svg string. I can then process that SVG string and > convert it to image using librsvg. > > So is there a similar way for VML, in IE? -- 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.
