Sign in to follow this  
wesleywong

printManager for Flash graph (re-render issue)

Recommended Posts

Hi,

 

Any idea to stop the Flash graph to render again after print preview is close.

FusionCharts.printManager.enabled(true) 

Currently i'm using it for the multiple graph (flash) in the same page. Problem is that graph will be render again once the print preview is close. This is happen to your demo site too. http://www.fusioncharts.com/demos/features/#print-manager-enabled (Flash version). This is very troublesome when the page has many graph and need to re-render to wait a lot of time just for render print graph (canvas).

 

Browser: Chrome 31.0.1650.48

Browser: Safari 6.0.5

OS: Mac 10.8.4

FusionChart version: 3.3.0

 

Partial Code:

FusionCharts.setCurrentRenderer("flash"); 
FusionCharts.printManager.enabled(true);
var chart = new FusionCharts("js/fusionchart/Line.swf", chartID, "100%", "200", "0", "0");

 

Share this post


Link to post
Share on other sites
Guest Sumedh

Hi Wesley,

 

As you are already aware, FusionCharts XT is discontinuing Flash.

 

So, try using JavaScript charts, you will not face this issue.

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