Siva Prasad Report post Posted April 6, 2012 Hi, Print option in angular Angular Gauge is not working. I used the below code: <script type="text/javascript"> FusionCharts.printManager.enabled(true); FusionCharts.addEventListener ( FusionChartsEvents.PrintReadyStateChange , function (identifier, parameter) { if(parameter.ready){ alert("Chart is now ready for printing."); document.getElementById('printButton').disabled = false; } }); </script> <div><input type='button' onclick='FusionCharts.printManager.managedPrint()' value='Print' id='printButton' disabled='disabled' ></div> Please let me know if there is any solution. Thanks in advance.. Share this post Link to post Share on other sites
Guest Sumedh Report post Posted April 6, 2012 Hi, We are looking into the issue. We shall update you at the earliest. Share this post Link to post Share on other sites
Siva Prasad Report post Posted April 6, 2012 (edited) Ok. Thanks for your reply. Can you suggest me , how to save the chart/widget on a single button click.. Hi, We are looking into the issue. We shall update you at the earliest. Edited April 6, 2012 by Siva Prasad Share this post Link to post Share on other sites
Guest Bindhu Report post Posted April 7, 2012 Hi, Saving/Exporting a chart to a pre-defined location, on click of Export button, is possible using the server-side export feature. For more details on 'Exporting Charts as PDF or Images > Server-side export > Saving exported output on server disk ', please refer to the link below, http://docs.fusioncharts.com/charts/contents/?exporting-image/server-side/ECServerSave.html Hope this helps ! Share this post Link to post Share on other sites