Sign in to follow this  
chorkiong

Batch Export Javascript Charts

Recommended Posts

I know there is exports charts on javascript charts. I manage to get it work with single charts. Is there a batch exports on javascript charts like in flash charts?

Share this post


Link to post
Share on other sites
Guest Angshu

Hi,

 

Welcome to FusionCharts Forum!smile.gif

 

First of all, we would like to thank you for showing interest in FusionCharts.

 

I am afraid, FusionCharts does not support the feature you are looking for, at this time.sad.gif

 

We have taken a note of your request here and added the same in our wishlist.

 

Hope you have a great day!

Share this post


Link to post
Share on other sites

Hi,

 

Welcome to FusionCharts Forum!smile.gif

 

First of all, we would like to thank you for showing interest in FusionCharts.

 

I am afraid, FusionCharts does not support the feature you are looking for, at this time.sad.gif

 

We have taken a note of your request here and added the same in our wishlist.

 

Hope you have a great day!

 

 

 

 

 

 

Thanks for the prompt reply.. any workaround that you may think of?I've converted the index.php into a jsp file.

 

When I call

 

myExportComponent.BeginExport();

 

 

it does a post acording to the url that i've set in

              myChart._overrideJSChartConfiguration({
               exporting:{
                	filename : 'mychart',
                	url : 'javascript_export.jsp'
            	}
             });

 

 

is it possible to do an ajax call instead?

Edited by chorkiong

Share this post


Link to post
Share on other sites

Hi,

 

I am afraid, as of now, AJAX call is not supported.

 

ok.. thats bad news.. 1 more question i would like to ask.. is there a way to detect whether the chart is rendered in Flash or Javascript?

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