wesleywong

Members
  • Content count

    4
  • Joined

  • Last visited

About wesleywong

  • Rank
    Forum Newbie
  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");
  2. Chart resize issue [Print]

    Hi Sumedh, So far didn't hear any update from you? Is there any workable way?
  3. Chart resize issue [Print]

    Hi, Please see the details: Browser: Chrome - Version 29.0.1547.65 Firefox - Version 23.0.1 FushionChart fusioncharts/3.3.1-sr2.19840 JavaScript chart
  4. Chart resize issue [Print]

    I was using a design with fluid width which mean the website width will auto resize when the browser resize and im currently tested FusionChart in my site, not problem during resizing browser, it work perfectly. But the problem only during when using native "Print", all the chart won't resize automatically and the width is over or shorter than container. Kindly advise a solution for this. code: var chart = new FusionCharts("js/fusionchart/MSCombi2D.swf", chartID, "100%", "200", "0", "0");