Closed GoogleCodeExporter closed 9 years ago
The chart is a combination of HTML elements and canvas drawing, so in order to
save it as an image, you'd need to either print the page to PDF, or utilize
some technology that converts a rendered web page to an image.
Neither of these can be supported by this plugin directly, but you may be able
to implement them in your own application.
You might also explore the canvas drawWindow method, which supposedly renders
portions of a webpage inside a canvas element. Not sure on the browser support
for it though.
Good luck!
Original comment by scottj...@gmail.com
on 12 Aug 2010 at 3:31
Original issue reported on code.google.com by
Er.praka...@gmail.com
on 21 Jul 2010 at 1:53