Sign in to follow this  
ricardo

Upgrade From Fusioncharts Developer V3.1.1 To Last Version

Recommended Posts

Hi

I am using FusionCharts Developer v3.1.1 in a several projects (Java - JSP)

And I'm thinking upgrade for the last version.

 

My question is:

Do I need change the code of the aplications to works with new version?

 

In attach is am exemple I use to create charts.

 

 

Thanks for all.

grafico.xml

Share this post


Link to post
Share on other sites

Hi,

 

Welcome to FusionCharts Forum.

 

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.

 

You don't have to modify any code, as all the charts are backward compatible. However, if you wish to make use of any new chart type or new features, then you will have to modify your code to include the same.

 

Listed below are the things that you need to take care of while upgrading:

  • Copy all chart SWF files from Download Pack > Charts folder and replace your existing chart SWF files in your deployed folder
  • Copy the new FusionCharts.js from Download Pack > Charts folder and over-write the existing FusionCharts.js in your deployed application folder
  • 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)

Please refer the following link for more information:

http://www.fusioncharts.com/docs/Introduction/Upgrading32.html

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
Sign in to follow this