Sign in to follow this  
swim

Chart Will Not Display On Iphone

Recommended Posts

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

Hi,

 

Welcome to FusionCharts Forum! smile.gif

 

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

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

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

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

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