Sign in to follow this  
comiz

Problem "chart.hasRendered" export pdf

Recommended Posts

Hi,

 

 

 

 

 

I'm trying to export to pdf, the following error message appears?

 

 

 

"chart.hasRendered is not a function"

 

 

 

function exportHandler()

 

{

 

var n = document.getElementById('fcExportDiv');

 

n.innerHTML = "";

 

 

 

//Get reference to chart.

 

var chart = getChartFromId("chart1Id");

 

if (chart.hasRendered()==true){

 

chart.exportChart();

 

}else{

 

alert("Aguarde ! Gerando gr

Share this post


Link to post
Share on other sites
Guest Basundhara Ghosal

Hi,

Could you please try the following steps:-

1) Make sure that you have enabled the registerWithJS function.

2)Make sure that you have set the Flash Player Global security settings.

Awaiting your reply. :hehe:

Share this post


Link to post
Share on other sites
Guest Rajroop

Hello there :D

 

 

 

Could you please check whether you are using the latest version of FusionCharts i.e. v3.1.1, from the link below?

 

 

 

Ref.- http://www.fusioncharts.com/PUC

 

 

 

I hope this helps. Looking forward to your progress on this issue! :D

Share this post


Link to post
Share on other sites
Guest Rajroop

Hey,

 

 

 

Could you please make sure that the div Id and the Chart Id for the Line chart is unique for this?

 

 

 

Looking forward to your feedback/reply. :D

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