vinay.thumu

Members
  • Content count

    1
  • Joined

  • Last visited

Posts posted by vinay.thumu


  1. Hi Support Team,

     

    We had bought Fusion V.3.2.1 version last year, we have requiement like belowAfter downloading chart we are getting 'Save' buttonwhen we click on that button popup comes up to enter file path, it is standardprocedure it is working fine.

     

    We placed custom button to download chart, presently itis only downloading chart and showing Save button but my requirement when Iclick on my custom button it should download chart and ask file path to storeit(which action done when we click on Save).

     

     

    Is any JavaScript function available to do that thing? ifavailable then I can call that function from ExportMyChart() function likebelow

     

     

    <script type="text/javascript">

     

    function ExportMyChart() {

     

    var chartObject= FusionCharts('myChart');

     

    chartObject.exportChart( { exportAtClient: '1', exportFormat: 'PDF' } );

     

    ------------

     

    Chartsave();

     

    ------------

     

    }

     

    </script>

     

     

     

    Regards,

     

    Vinay