referring to Google Charts documentation I can get the chart Image URI using chart obj function getImageURI
. works well for one chart.
I have multiple charts in one page and I would like to export them in one png image. Is that doable?
code: jsFiddle
docs link: Printing PNG Charts