Sign in to follow this  
muthu

save multiple images in one file

Recommended Posts

i have 4 charts in one page. i need to save all charts as a single image. is it possile?

i have the code like this. im passing chart id to this method. this is working for column charts.

but this is not working for angular charts.

function save(chartID){

 var savechart = getChartFromId(chartID);

savechart.saveAsImage();

  }

Share this post


Link to post
Share on other sites

Hi!,

I am afraid it is not possible to save more than one chart image into a single file.

Could you please check the version of your AngularChart? saveAsImage function from javascript is exposed in version 3.0.6.

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