I am trying to export chart,
I used the example from http://forum.fusioncharts.com/topic/7552-client-side-exporting/ in this page i downloaded chart_test.zip and unzip it into tomcat\webapps and everything is working i can export the chart to pdf and to save it
my question is : i want to unzip the same zip file to my local drive like c:\myTest and to run it from there BUT when i am doing that the export is not working. I can see the chart but the save button is missing
is it possiable to run it without any web server like tomcat/iis ?