Sign in to follow this  
Harini Pasupuleti

Fusion Charts Print In Google Chrome

Recommended Posts

Hi

 

I am trying to use the print method in Fusion Charts using the below event listener code

 

FusionCharts.addEventListener (

FusionChartsEvents.PrintReadyStateChange ,

function (identifier, parameter) {

if(parameter.ready){

//alert("Chart is now ready for printing.");

isPrintChartReady = true;

}

});

if the variable is true I am using

FusionCharts.printManager.managedPrint(); to print the page which has the graph.

 

But, in Google Chrome it is taking lot of time. It doesn' t seem it is working. While in all the the browsers, it gets displayed quickly.

 

Kindly let me know what is the issue at the earliest, as it is a production issue for us.

 

Thanks & Regards

Harini Pasupuleti

Share this post


Link to post
Share on other sites

Hi,

 

Are you running the sample from local file system or from web server.

 

The latest Chrome has introduced a native Flash Player which seem to be buggy in certain cases and it even does not support allowing trusted locations while running locally.

 

Hence, would request you to check if you can change the Flash Player to the system's native Player from 'pepflashplayer' and try again.

 

Please check more on this Flash Player and how to disable it:

 

http://forum.fusioncharts.com/topic/12418-runtime-exception-unable-to-find-the-container-dom-element/page__view__findpost__p__49166

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