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();
}
i developed draggable window using div. i placed fusion charts also in the same page. window when dragging the window if the window reach the place of fusion chart ill go behind the chart.any body can give solution for this?