SeeThePicture Report post Posted May 30, 2012 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 Report post Posted May 31, 2012 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