Sign in to follow this  
Siva Prasad

Print Option In Gauge Is Not Working

Recommended Posts

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

Hi,

 

We are looking into the issue.

 

We shall update you at the earliest.

Share this post


Link to post
Share on other sites

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 by Siva Prasad

Share this post


Link to post
Share on other sites
Guest Bindhu

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

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