Mushari Report post Posted June 7, 2012 Hello I have Fusion Chart XT (Enterprise Edition ) , Gauge charts working fine on Ipad but the Column chart did not work Jquery Code $("#DivHistory").insertFusionCharts({ swfUrl: "FusionChartsXT/MSCombi2D.swf", dataSource: response.d, dataFormat: "xml", width: "450", height: "220", id: "myChartId" , debugMode: "0" }); response.d : is an XML string the following files are included <script src="FusionWidgets/FusionCharts.js" type="text/javascript"></script> <script src="FusionWidgets/FusionCharts.HC.js" type="text/javascript"></script> <script src="FusionChartsXT/FusionCharts.HC.Charts.js" type="text/javascript"></script> <script src="FusionChartsXT/FusionCharts.HC.js" type="text/javascript"></script> <script src="FusionWidgets/FusionCharts.jqueryplugin.js" type="text/javascript"></script> Share this post Link to post Share on other sites
Guest Sumedh Report post Posted June 7, 2012 Hello I have Fusion Chart XT (Enterprise Edition ) , Gauge charts working fine on Ipad but the Column chart did not work Jquery Code $("#DivHistory").insertFusionCharts({ swfUrl: "FusionChartsXT/MSCombi2D.swf", dataSource: response.d, dataFormat: "xml", width: "450", height: "220", id: "myChartId" , debugMode: "0" }); response.d : is an XML string the following files are included <script src="FusionWidgets/FusionCharts.js" type="text/javascript"></script> <script src="FusionWidgets/FusionCharts.HC.js" type="text/javascript"></script> <script src="FusionChartsXT/FusionCharts.HC.Charts.js" type="text/javascript"></script> <script src="FusionChartsXT/FusionCharts.HC.js" type="text/javascript"></script> <script src="FusionWidgets/FusionCharts.jqueryplugin.js" type="text/javascript"></script> Hi, I am not able to replicate the same. Chart is rendering fine on iPad. Please find attached sample code and screen-shot for your reference. test_MSCombi2D.zip Share this post Link to post Share on other sites
Swarnam Report post Posted June 7, 2012 Hey, Try loading FusionCharts.js from FusionCharst XT pack. <script src="FusionChartsXT/ FusionCharts.js" type="text/javascript" ></script > Also, you will 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. Hope this helps. Share this post Link to post Share on other sites