jack987

Problem to save as image/PDF

Recommended Posts

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

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

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

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

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now