Mushari

Column Charts Are Not Working In Ipad

Recommended Posts

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

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.

post-24802-0-43937500-1339073372_thumb.png

test_MSCombi2D.zip

Share this post


Link to post
Share on other sites

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

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