Is it possible to change the chart output to a PNG, instead of an interactive SVG?
I have used FusionCharts to create an awesome chart, however some implementations (including in a PDF or email for example) require that the chart be a static image, ideally a PNG file. I know that the user can have an option to export their chart as an image manually, but I need the website to create the image automatically and then save it to my server. Is there a way to output an entire chart as a simple image in these scenarios?
Thanks in advance