Hi asgallant, I have developed a few months ago a cross-browser solution including old versions of IE (8 and earlier) which can transform with success all google charts to image. Also provides many auto procedures like upload graph to server, download ,save,copy to clipboard etc.It's pure javascript.For more details look at http://www.chartstoimage.eu/. Thanks, George
On Wednesday, January 23, 2013 7:27:47 PM UTC+2, asgallant wrote: > 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 unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/google-visualization-api?hl=en. For more options, visit https://groups.google.com/groups/opt_out.
