Sign in to follow this  
wuzg

Relation Of Fusioncharts.js Fusionchartsexportcomponent.js

Recommended Posts

hi,i used FusionCharts in client by js,in export scene,will used FusionCharts.js and FusionChartsExportComponent.js file.

now , I want to know two files relation, in run-time, how FusionCharts calls FusionChartsExportComponent.

thanks.

 

 

Share this post


Link to post
Share on other sites

Hi,

 

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

 

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.

 

Once when the chart is rendered and exportEnabled attribute has set to 1. FusionCharts, by itself, cannot directly export the charts as images. It needs help from either server-side scripts, or other client side Flash movies (coded in Flash 10) to accept the bitmap snapshot sent by FusionCharts, and to convert that as image/PDF.

 

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