muthu

Members
  • Content count

    8
  • Joined

  • Last visited

Posts posted by muthu


  1. 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();

      }