rhayward

"credits" Showing In Javascript Rendering

Recommended Posts

When my charts render via javascript/HTML5 (via FusionCharts.setCurrentRenderer('javascript'); or via no Flash on the browser), my charts show "credits" at the bottom. When my charts render via Flash, I get no credits. In the picture, the left side is rendered with javascript/HTML5 and the right side is rendered with Flash. My question is: Why would this be happening? Could it be licensing? If so, how can I verify? Is there something I can put in my XML to stop it from showing up?

post-28140-0-50901600-1336583587_thumb.png

Share this post


Link to post
Share on other sites

When my charts render via javascript/HTML5 (via FusionCharts.setCurrentRenderer('javascript'); or via no Flash on the browser), my charts show "credits" at the bottom. When my charts render via Flash, I get no credits. In the picture, the left side is rendered with javascript/HTML5 and the right side is rendered with Flash. My question is: Why would this be happening? Could it be licensing? If so, how can I verify? Is there something I can put in my XML to stop it from showing up?

 

There is a possibility that you forgot to replace all your files while transitioning from trial to licensed version. You need to replace all js files along with all swf files. For your case, it seems you missed out on replacing FusionCharts.HC.Charts.js

Share this post


Link to post
Share on other sites

There is a possibility that you forgot to replace all your files while transitioning from trial to licensed version. You need to replace all js files along with all swf files. For your case, it seems you missed out on replacing FusionCharts.HC.Charts.js

 

My best understanding is that I have the right version. Here's the md5sum of all the js files:

 

8334d2f30a26dd1bf5978ca1549b6166 FusionCharts.HC.Charts.js

9fcdac7932c8e97be680e890278fcec4 FusionCharts.HC.js

843c1d7c575fb0f937412d5002999bac FusionCharts.jqueryplugin.js

08c2e9b56498a040a728fbd3628afe8e FusionCharts.js

36f8f0c2e2c17b11021c9be45149f6f7 FusionChartsExportComponent.js

 

 

Here's the header from FusionCharts.js:

 

/*

FusionCharts JavaScript Library

Copyright FusionCharts Technologies LLP

License Information at <http://www.fusioncharts.com/license>

 

@author FusionCharts Technologies LLP

@version fusioncharts/3.2.2-servicerelease.4068

 

Third-party attributions:

SWFObject v2.2 <http://code.google.com/p/swfobject/>

JSON v2 <http://www.JSON.org/js.html>

Firebug Lite 1.3.0 <http://getfirebug.com/firebuglite>

jQuery 1.4.2 <http://jquery.com/>

*/

 

Could you verify if I have the right version of the FusionCharts.HC.Charts.js file?

Share this post


Link to post
Share on other sites

My best understanding is that I have the right version. Here's the md5sum of all the js files:

 

8334d2f30a26dd1bf5978ca1549b6166 FusionCharts.HC.Charts.js

9fcdac7932c8e97be680e890278fcec4 FusionCharts.HC.js

843c1d7c575fb0f937412d5002999bac FusionCharts.jqueryplugin.js

08c2e9b56498a040a728fbd3628afe8e FusionCharts.js

36f8f0c2e2c17b11021c9be45149f6f7 FusionChartsExportComponent.js

 

 

Here's the header from FusionCharts.js:

 

/*

FusionCharts JavaScript Library

Copyright FusionCharts Technologies LLP

License Information at <http://www.fusioncharts.com/license>

 

@author FusionCharts Technologies LLP

@version fusioncharts/3.2.2-servicerelease.4068

 

Third-party attributions:

SWFObject v2.2 <http://code.google.com/p/swfobject/>

JSON v2 <http://www.JSON.org/js.html>

Firebug Lite 1.3.0 <http://getfirebug.com/firebuglite>

jQuery 1.4.2 <http://jquery.com/>

*/

 

Could you verify if I have the right version of the FusionCharts.HC.Charts.js file?

 

Could someone verify this for me? Or is there something else I can do to make sure I have the right version of this file?

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