Hi,
i want to export images from two charts within the same page. To do so, i'm using the saveAsImage() JS Function on both charts from an onClick button event. I'm also using the FusionChartsSave.aspx page from your samples to create the images.
It's working quite well, i'm getting both prompts for image downloads but sometimes i'm only getting the first image and not the second (when the time between the two request is too long, i think)
Is there a better way to achieve this ?
Thanks