Sign in to follow this  
anamika

to get pdf of fusion charts

Recommended Posts

Hi,

 

 

Starting FusionCharts v3.0.7, you could export your charts as images.

Ref.- http://www.fusioncharts.com/docs/?ECOverview.html

 

The entire FusionCharts export process is a multi-step process involving various elements, including:

1. The chart itself - This is the SWF file that you embed in your page to generate the chart. The chart is responsible to take its own snapshot so that further processes can take place.

2. FusionCharts JavaScript class (FusionCharts.js) - The JavaScript class used to embed the chart.

3. FusionCharts Export Handlers (Server-side)- In case of server-side export, these server-side scripts accept and convert the bitmap snapshot of charts into images/PDFs.

4. FusionCharts Export Component (Client-side) - In case of client-side export, FusionCharts Export Component accepts the bitmap snapshot of chart and converts into the required export format. This is present as a Flash 10 SWF file.

5. FusionCharts Export Component JavaScript class (FusionChartsExportComponent.js) - This JavaScript class helps you initiate the FusionCharts Export Component object and to set the JavaScript communication channel between the chart and FusionCharts Export Component. It has additional logic for cross-browser compatibility and error handling.

6. These elements combined provide an elegant approach that allow you to export FusionCharts as images.

 

For further details, please refer to the following link.

Ref.- http://www.fusioncharts.com/docs/?ECProcess.html

http://www.fusioncharts.com/docs/?ECTerminology.html

 

Hope this helps. :)

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