Sign in to follow this  
Paul C.

Hello

Recommended Posts

I'm new on forum and new with fusioncharts.

 

I downloaded the trial and i have some questions:

 

1. How can i render chart as image not flash ?

2. exportChart not working

 

   
function ExportMyChart() {
var chartObject = getChartFromId('myChart');
  		chartObject.exportChart( { exportAtClient: '1',  exportFormat: 'PDF' } ); 
  }

 

Firefox firebug returns:

chartObject.exportChart is not a function	

 

Hope you can give me some help/advice.

 

 

--

best regards

Paul C.

Edited by Paul C.

Share this post


Link to post
Share on other sites
Guest Basundhara Ghosal

Hi Paul,

 

Welcome to FusionCharts forum. :(

 

1. How can i render chart as image not flash ?

 

We have a ready-made sample for saving the chart as image without rendering it on the browser page, only for the .net platform, as of now.

 

2. exportChart not working

 

Could you please confirm the following :-

 

1) RegisterWithJS is enabled.

2) The root path for the FusionCharts.js file and FusionChartsExportComponent.js file is mentioned correctly?

 

Awaiting your reply.

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