Is there a way to download the rendered view of a google motion-chart as a .png?
- by Johannes Meier
I am using Google motion-charts in a web-site developed in python/django. Is there a way to save the rendered view of a google motion-chart as an image (server-side)?
For the more basic chart types - such as scatter diagrams - the command chart.download('scatter-random-marker-sizes.png')
works fine, but I have not found an equivalent for motion charts.