That code was for an older version of the API that held all charts inside iframes; the new version of the API does not use iframes for the SVG-based charts (most charts are SVG-based when viewed in browsers other than old versions of IE [8 and below, which use VML instead]). The fixed version is here: http://jsfiddle.net/SCjm8/1/. Note that this code will never work in older versions of IE; to the best of my research capabilities, I have never found any way to convert VML code to an image.
On Wednesday, January 23, 2013 10:44:38 AM UTC-5, Travis Stude wrote: > > I have tried your example page on ... > > http://www.battlehorse.net/attach/topics/charts/google_charts_to_image.html > > I have tried Chrome, FF, and IE (All latest versions) and I could not get > the images to generate. I always see "Image will be placed here". This > seems like the best resource to convert SVG to image and it sounds like it > is working for others. Is this still working for you? > > Thanks, > TJ > -- 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/-/eLUtzjZ6gCUJ. 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.
