Sign in to follow this  
PUI

Non-Debug Version Of Swf Available

Recommended Posts

We want to deploy a version of AngularGauge.swf that does NOT have the debugOption.

Is this possible?

 

Thank you!

Share this post


Link to post
Share on other sites
Guest Sashibhusan

Hi,

 

If you don't require debug option for AngularGauge, you can disable this by setting the corresponding flag to ZERO, while constructing the FusionCharts Object reference.

 

Ref. Code:

var myChart = new FusionCharts( "Charts/AngularGauge.swf", "myChartId", "400", "200", "0", "1" );

For more information on "FusionCharts JavaScript API - Functions", please follow the link below:

http://docs.fusioncharts.com/widgets/Contents/?JavaScript/API/Methods.html

 

If this is what is not your requirement, could you please elaborate a bit more on your query?

 

Awaiting your response !

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