nitinvertigo

Members
  • Content count

    6
  • Joined

  • Last visited

  • Days Won

    1

Posts posted by nitinvertigo


  1. Hello, I am working on a project in asp.net where in i am displaying reports using fusioncharts.The problem i am facing is not all values are displayed on the x-axis. In my report i am displaying a date range from 18 feb 2011 to 18 dec 2011 divided month by month. Now the problem is that the fusioncharts does not display all the values on the x-axis. We have even verified that the xml data is correct i.e in the xml data all the values are shown from the start date to end date. The chart type we are using is "StackedColumn3DLineDY".Any help would be greatly appreciated.Thank you.


  2. Hello everyone, I am working on a web application that uses fusioncharts to display reports.The application also has an option to capture the fusioncharts as images and exporting it to ppt.I am using server side coding for capturing the fusioncharts.The problem is the export-to-ppt functionality works fine in the local copy of the application, whereas after publishing ,it shows an error that "service unavailable".We know that it is a problem with capturing the fusioncharts because if we remove the image saving part, the ppt comes(without the images).I would like to mention that we are using the latest dlls for capturing the images.Can anyone provide me the solution.Thank You.


  3. Hi,

     

     

    When exporting the charts as images/PDFs using server-side Export Handlers, there are two actions that you can choose from:

    1. Download to end user - Return the generated image/PDF back to the client (browser) for downloading

    2. Save on server disk - Save the image on server-disk and return the URL of the same to callback JavaScript functions

     

     

    For more detail on 'Exporting Charts as PDF or Images > Server-side Export > Returning the exported output as download', please refer to the link below,

    http://docs.fusionch...erDownload.html

     

    For more detail on 'Exporting Charts as PDF or Images > Server-side Export > Saving exported output on server disk', please refer to the link below,

    http://docs.fusionch...ServerSave.html

     

    Find attached illustration for your reference.

     

     

    Hello, thanks for your response.I managed to solve the problem using the solution you provided.Thank you once again.