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
Page 1 of 1
How To Load Heat Map In Presto
Other Replies To This Topic
#2
Posted 08 February 2012 - 06:17 AM
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.
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.
Help us improve our documentation with your precious feedback at:
http://documentation...sioncharts.com/
Thanks,
Sumedh
Follow us @Twitter!
http://documentation...sioncharts.com/
Thanks,
Sumedh
Follow us @Twitter!
Other Replies To This Topic
#3
Posted 08 February 2012 - 09:08 AM
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
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
Sumedh, on 08 February 2012 - 06:17 AM, said:
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.
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.
Other Replies To This Topic
#4
Posted 08 February 2012 - 11:42 AM
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/
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/
This post has been edited by Sumedh: 08 February 2012 - 11:44 AM
Help us improve our documentation with your precious feedback at:
http://documentation...sioncharts.com/
Thanks,
Sumedh
Follow us @Twitter!
http://documentation...sioncharts.com/
Thanks,
Sumedh
Follow us @Twitter!
Other Replies To This Topic
Page 1 of 1

Back to top
MultiQuote