Save Chart as Image is not working in Server

  1. #1

    Save Chart as Image is not working in Server

    Hi Guys,

    I used below code for save chart as an image
    var saveChart = function (btn) {
              //alert('jj');
              Ext.MessageBox.confirm('Confirm Download', 'Would you like to download the chart as an image?', function (choice) {
                  if (choice == 'yes') {
                      btn.up('panel').down('chart').save({
                          type: 'image/png'
                      });
                  }
              });
          };
    The above code is working good in localhost if i use the same code in server chart is not downloading and i am not getting any exceptions no action when i click "yes" on Message box


    Could you please suggest me to solve this issue

    thanks
    kavitha
    Last edited by geoffrey.mcgill; Jun 27, 2014 at 5:51 PM. Reason: Please use [CODE] tags

Similar Threads

  1. [CLOSED] Problem with the save chart as image
    By Gisystems in forum 2.x Legacy Premium Help
    Replies: 1
    Last Post: Apr 02, 2014, 3:21 PM
  2. [CLOSED] Help svg.sencha.io found not for save the chart as image
    By Gisystems in forum 2.x Legacy Premium Help
    Replies: 2
    Last Post: Mar 31, 2014, 11:59 PM
  3. Replies: 3
    Last Post: Mar 13, 2014, 2:26 PM
  4. Replies: 4
    Last Post: Feb 28, 2014, 5:13 AM
  5. [CLOSED] How to save a chart in server side
    By JCarlosF in forum 2.x Legacy Premium Help
    Replies: 3
    Last Post: Jun 27, 2013, 1:27 AM

Tags for this Thread

Posting Permissions