Sign in to follow this  
SergeyT

Exportchart() In Html5 Tries To Save Image On Client In Server-Export Mode

Recommended Posts

Hi. I've got problem: when I try to export chart on server-side and use exportChart() in HTML5 rendering mode, it makes server export good, but it aslo tries to save the image on client machine.

When chart renders in flash mode, only server export performs, as it must to be.

 

v.3.2.2.

 

var chartObject = getChartFromId('some_Id');

if ( chartObject.hasRendered() )

chartObject.exportChart( );

Share this post


Link to post
Share on other sites
Guest Angshu

Hi,

 

Thanks for your post.

 

Could you please send us a scaled down sample to look into the issue?

 

Awaiting for your response.

Share this post


Link to post
Share on other sites

So I've got the result from support:

"As of now, for JavaScript charts, saving to server is not possible using HTML5 charts. As of now, it only allows you to download the exported images to client-side."

 

Therefore I will use flash rendering in case when server export is needed.

 

Thank you for help.

Share this post


Link to post
Share on other sites
Guest Angshu

Hi,

 

Thank you very much for your continued patience and patronage.

 

Hope you have a great day!

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