jack987 Report post Posted August 24, 2009 Hi all, I do not manage to save graphs on client-side. You will fin my code attached in a text file. Could someone tell me what's wrong ? The problem is I do not manage to export my graphs (I mean right clik on a graph and Save as PNG for exemple). Thanks in advance, and please excuse my English if it's bad, I'm French. code.txt Share this post Link to post Share on other sites
Guest Rajroop Report post Posted August 25, 2009 Hello Jack, Welcome to the FusionCharts Forum. Could you please try using Flash Player version 10 for this, if your not using it already? Looking forward to your reply. Share this post Link to post Share on other sites
jack987 Report post Posted August 25, 2009 Hello Rajroop, Thanks for your reply. I am already using Flash player 10. But if I try an example of the documentation using an XML file (and not PHP Class to build the graph as I do) it work. Did you see or try my code in attachment ? Do you see something to change? Have a good day. Cheers. Jack. Share this post Link to post Share on other sites
Guest Rajroop Report post Posted August 25, 2009 Hello Jack, Could you please add the following line of code after you create the Column3D chart object, for both your charts? $FC = new FusionCharts("Column3D","300","250");$FC->setInitParam( "registerWithJS", "1"); (For you first chart) $FC2 = new FusionCharts("Column3D","300","250");$FC2->setInitParam( "registerWithJS", "1"); (For your second chart) I hope this works out for you. Share this post Link to post Share on other sites
jack987 Report post Posted August 26, 2009 Hi Rajroop, It works!!! Thanks a lot for your help Have a nice day. Regards, Jack Share this post Link to post Share on other sites
Guest Rajroop Report post Posted August 26, 2009 Hello Jack, That's great. Happy FusionCharting. Share this post Link to post Share on other sites