Sign in to follow this  
veerugadde

Problem with exporting chart using php class

Recommended Posts

Hello,

 

 

 

I got a probelm with exporting charts in to pdf using the php class.The below code explains simple example where i bring the data from the database and access the chart id to export in to pdf doc.Can anyone please help me out looking at the sample code provided in the attachment?

 

 

 

I am really sorry for my previous post.

 

 

 

Thanks.

ExportPDF.txt

Share this post


Link to post
Share on other sites

hello,

 

 

 

I figured out the solution.When i was trying to access the chart id using the javascript, it's not allowing to do so.This is because the registerwithJS variable in fusioncharts_gen.php is set to false by default,which is not allowing me to access the chartid using the javascript.Please change the default value,if any one has the same problem.

 

 

 

 

 

Thanks.

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
Sign in to follow this