swim Report post Posted September 23, 2011 My Chart displays just fine in a standard web browser but not on an iphone. According to the documentation in the Fusion Charts XT release, nothing special needs to be done to get the chart to load on an iPhone. I copied the entire Charts folder to my web sites root directory. Please help! Thanks in advance. Share this post Link to post Share on other sites
Guest Angshu Report post Posted September 23, 2011 Hi, Welcome to FusionCharts Forum! Could you please send us a scaled down sample to look into the issue? Awaiting for your response. Share this post Link to post Share on other sites
swim Report post Posted September 28, 2011 See attached file. fusionSupport.php Share this post Link to post Share on other sites
Swarnam Report post Posted September 28, 2011 Hi, Could you please try once calling "FC_SetRenderer" function in PHP before you render your chart? FC_SetRenderer( "javascript" ); .... echo renderChart("../../FusionCharts/Line.swf", "", $strXML, "EquityCurve", 692, 335, false, false); I hope this helps. See attached file. Share this post Link to post Share on other sites
swim Report post Posted September 29, 2011 Hi, Could you please try once calling "FC_SetRenderer" function in PHP before you render your chart? FC_SetRenderer( "javascript" ); .... echo renderChart("../../FusionCharts/Line.swf", "", $strXML, "EquityCurve", 692, 335, false, false); I hope this helps. Share this post Link to post Share on other sites
swim Report post Posted September 29, 2011 (edited) Thanks for your response. When I add this line of code, the chart will not render on a Web browser or the iphone. fusionSupport.php Edited September 29, 2011 by swim Share this post Link to post Share on other sites
Swarnam Report post Posted September 29, 2011 Hi, FusionCharts JavaScript class now consists of four main files: FusionCharts.js, FusionCharts.HC.js, FusionCharts.HC.Charts.js and jquery.min.js These four files are present in Download Pack > Charts folder. You would only need to include FusionCharts.js in your web page (however, do not forget to copy the rest of files to your web application). The rest of the JavaScript files will be automatically loaded on-demand by FusionCharts.js. I hope this helps. Thanks for your response. When I add this line of code, the chart will not render on a Web browser or the iphone. Share this post Link to post Share on other sites