Search the Community

Showing results for tags 'printManager'.



More search options

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • Company Forums
    • Company News
  • Product Forums
    • FusionCharts XT
    • FusionWidgets XT
    • PowerCharts XT
    • FusionMaps XT
    • Collabion Charts for SharePoint
    • jQuery Plugin for FusionCharts
    • AngularJS plugin
    • ReactJS plugin
  • General Forums
    • FusionCharts Jobs and Consultation
    • FusionLounge

Found 1 result

  1. 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");