karthi Report post Posted February 7, 2012 Hi, I have been developing charts using Fusion charts in Presto. This is the first time am trying to develop heat map from Power charts. When i checked i was not able to find HeatMap.swf in the library. But i could find Spline.swf which is also a Power charts swf. Is that because its not updated to v3.2. So what should i do in order to get the heatmap chart built. Can i just download only HeatMap.swf and just include it in html. Is that enough to build heatmap chart. Should i include any js for using Power charts swfs or is it enough if i just include that swf file. var myChart = new FusionCharts( "../../FusionCharts/Column3D.swf", "myChartId", "400", "300", "0", "1" ); How should i change the path of the swf file for HeatMap.swf using Power charts. Can you please brief me on this. Regards, karthi Share this post Link to post Share on other sites
Guest Sumedh Report post Posted February 8, 2012 Greetings. HeatMap chart comes under PowerCharts (v3.2). HeatMap chart was not supported in the earlier versions of PowerCharts, please re-download it from following URL: http://www.fusioncharts.com/download/trials/ To create HeatMap chart, you would need to copy following .js files in a folder from Download Pack>>PowerCharts>>Charts folder. FusionCharts.js FusionCharts.HC.js FusionCharts.HC.PowerCharts.js jquery.min.js Now, copy "HeatMap.swf" file from Download Pack>>PowerCharts>>Charts folder. In the HTML code you would need to modify for the code for HeatMap chart as following: var myChart = new FusionCharts( "../../FusionCharts/HeatMap.swf", "myChartId", "400", "300", "0", "1" ); Please note that, HeatMap chart has a specified XML format, refer the following link for more information: http://docs.fusioncharts.com/powercharts/Contents/?HeatMap/Firstchart.html Hope this helps. Share this post Link to post Share on other sites
karthi Report post Posted February 8, 2012 Hi Sumedh, Thanks for the quick reply. I just downloaded the HeatMap.swf and added in our Presto app and pointed to it for loading purpose. But am getting FusionCharts v3.2 Evaluation. Presto has a licensed version of Fusion charts right? What should be done in order to remove this. Can you please guide me on this. Regards, Chandrasekhar.R Greetings. HeatMap chart comes under PowerCharts (v3.2). HeatMap chart was not supported in the earlier versions of PowerCharts, please re-download it from following URL: http://www.fusioncha...ownload/trials/ To create HeatMap chart, you would need to copy following .js files in a folder from Download Pack>>PowerCharts>>Charts folder. FusionCharts.js FusionCharts.HC.js FusionCharts.HC.PowerCharts.js jquery.min.js Now, copy "HeatMap.swf" file from Download Pack>>PowerCharts>>Charts folder. In the HTML code you would need to modify for the code for HeatMap chart as following: var myChart = new FusionCharts( "../../FusionCharts/HeatMap.swf", "myChartId", "400", "300", "0", "1" ); Please note that, HeatMap chart has a specified XML format, refer the following link for more information: http://docs.fusionch...Firstchart.html Hope this helps. Share this post Link to post Share on other sites
Guest Sumedh Report post Posted February 8, 2012 (edited) Hi. Please update your current version to the latest version of FusionCharts i.e. FusionCharts XT Service Release 2 with the help of following link: http://www.fusioncharts.com/PUC/ Edited February 8, 2012 by Sumedh Share this post Link to post Share on other sites
Ankta Report post Posted July 21, 2014 Hi, I have downloaded latest version of charts from link http://www.fusioncha...ownload/trials/. but I am not finding any swf files in downloaded folder. Please help in getting swf and js flies for Heat Map. Thanks, Ankita Share this post Link to post Share on other sites
Sanjukta Report post Posted July 22, 2014 Hi, I have downloaded latest version of charts from link http://www.fusioncha...ownload/trials/. but I am not finding any swf files in downloaded folder. Please help in getting swf and js flies for Heat Map. Thanks, Ankita Hi Ankita, Please refer to the following Forum post for further details. ref.- http://forum.fusioncharts.com/topic/11127-heatmap-chart-js-support/ Hope this helps. Share this post Link to post Share on other sites