FusionCharts for Flex > Installation > Upgrading from previous version

Upgrading from v1

Follow the given steps to upgrade version v1 of FusionCharts for Flex.

  1. Remove the FusionCharts.swc file from your previous installation.
  2. If you haven't changed the default SWF path, then remove the chart SWF files from the /src/fusioncharts folder located in the project path.
  3. If you have been using a different chart SWF path, then remove the files from that location.
  4. Follow the installation instructions provided in the installation section.
  5. Change all object references fromt com.fusioncharts.components.FCEvent to com.events.FCEvent.
  6. Finally recompile the project, and you are now ready to derive the benefits of the new release.

Upgrade from Beta Version

Follow the given steps to upgrade your beta version of FusionCharts for Flex.

  1. Remove the FusionCharts.swc file from your previous installation.
  2. If you haven't changed the default SWF path, then remove the chart SWF files from the /src/fusioncharts folder located in the project path.
  3. If you have been using a different chart SWF path, then remove the files from that location.
  4. Follow the installations instructions provided in the installation section.
  5. Change all references of the object com.fusioncharts.components.FCEvent to com.events.FCEvent.
  6. Finally recompile the project, and you are now ready to derive the benefits of the new release.

Upgrade from Evaluation Version

Follow the given steps to upgrade your evaluation version of FusionCharts for Flex.

  1. Remove the FusionCharts.swc file from your previous installation.
  2. If you haven't changed the default SWF path, then remove the chart SWF files from /src/fusioncharts and /src/fusionwidgets folders located in the project path.
  3. If you have been using a different chart SWF path, then remove the files from that location.
  4. Follow the installation instructions provided in the installation section.
  5. Finally recompile the project, and you are now ready to derive the benefits of the new release.