PUI Report post Posted August 7, 2012 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 Report post Posted August 9, 2012 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