Sign in to follow this  
SeeThePicture

For Mobile Devices: Jquery Prettyphoto Or New Window?

Recommended Posts

Hi,

 

I imagine mobile users would want to see my charts in the largest size possible. Would JQuery Prettyphoto be best for this or would New Window scaled to 100% 100% be best? If the latter, then please advise how to do this. The Documentation example in "Advanced Charting --> Resizing Charts in %" describes how to do this via instantiating a JS FusionCharts object.

 

In my application I am using PHP to render the JS chart:

 

<?php
FC_SetRenderer("javascript");
echo renderChart("../dir1/FusionCharts/MSCombi2D.swf", $mystring, "", "anyString", 700, 500,false);
?>

 

Any advice on how I can make sure the chart is always opened in a new window on the mobile phone and sized 100% 100%? I imagine when the user is done looking at the chart he can simply close the window.

 

Thanks,

SeeThePicture

Share this post


Link to post
Share on other sites
Guest Bindhu

Hi,

 

I would prefer "New Window" with 100% 100% over pretty photo, as it avoids the use of another JavaScript file.

 

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
Sign in to follow this