Haritha Thalapaneni Report post Posted January 23, 2012 How to use FusionCharts – v3.2 on iPhone? Share this post Link to post Share on other sites
Guest Angshu Report post Posted January 23, 2012 Hi, Welcome to FusionCharts Forum! Starting FusionCharts v3.2, you can now render the charts on devices where Flash player is not supported (like in iPhone/iPad), is not installed or is disabled using the built-in JavaScript rendering capabilities. The charts rendered by this module are purely using JavaScript and do not need Flash Player at all. FusionCharts gives you the option of either using automatic fallback, wherein the charts figure out the best mode of rendering (either Flash or JavaScript, based on availability of Flash Player), or lets you configure whether to render charts exclusively using JavaScript. If you are already using FusionCharts and wish to add JavaScript fallback, you just need to replace the old SWF and JavaScript files with the new ones - without changing a single line of code. Ref: http://docs.fusionch...pabilities.html To download the latest version of FusionCharts i.e FusionCharts v 3.2.2 Service Release 1, please visit: http://www.fusioncha...ownload/trials/. All the features of FusionCharts XT (v3.2.2) are backward compatible with FusionCharts v3.1. Hence, upgrading is as easy as copy-pasting files. Listed below are the things that you need to take care of while upgrading: 1. Copy all chart SWF files from Download Pack > Charts folder and replace your existing chart SWF files in your deployed folder. 2. Copy the new FusionCharts.js from Download Pack > Charts folder and over-write the existing FusionCharts.js in your deployed application folder. 3. v3.2.2 (XT) pack contains 2 new JavaScript files, FusionCharts.HC.js, FusionCharts.HC.Charts.js along with FusionCharts.js and jquery.min.js, which you need to copy to the same folder as FusionCharts.js. Clear your browser cache (very important step) After you have made the above changes, your charts are automatically ready for iPad/iPhone. This has been made possible by the new FusionCharts.js, which provides automatic fallback of charts (using FusionCharts.HC.js and FusionCharts.HC.Charts.js). FusionCharts JavaScript class is capable of detecting whether the browser is running in iPad, iPhone or iPod and it switches to pure JavaScript rendering architecture. For a live example, please visit: http://docs.fusionch...ekly-sales.html Hope this helps. Share this post Link to post Share on other sites
Haritha Thalapaneni Report post Posted January 27, 2012 (edited) Is there any sample programs available,so that I can run it on iphone. Edited January 27, 2012 by Haritha Thalapaneni Share this post Link to post Share on other sites
Guest Angshu Report post Posted January 27, 2012 Hi, Thanks for your response. Please refer to the link: http://docs.fusioncharts.com/charts/Code/MyFirstChart/weekly-sales.html to see it in your iPad or iPhone or any browser where Flash Player is not supported. For sample code, please visit: http://docs.fusioncharts.com/charts/?FirstChart/FirstChart.html Hope this helps. Share this post Link to post Share on other sites