ryanyu

Members
  • Content count

    14
  • Joined

  • Last visited

Posts posted by ryanyu


  1. I have implemented the server side export function of fusion chart in my application under Weblogic Server 11g. In firefox, i can right click the chart and select the export type to export image or pdf successfully. However, it is fail if i first right click the export the chart in IE. It open a file download dialog, but the file name is FCExporter._jsp and Type is HTML Plugin Document, instead of pdf/jpg. It is strange that the problem is disappeared when i tried to export again by the same method.

     

    Please help. Thanks.

     

     

     

    Regards,

     

    Ryan


  2. I have implemented two fusion charts on a jsp page, both have export feature. When the user clicks data on the first chart to drill down, the drill down result would be displayed on second chart. It is well implemented the drill down and export functions. However, it is found that in IE, after I exported the first chart, the drill down feature is disabled, that problem is not discoved in firefox. Please help. Thanks.

     

     

     

    Attached please find the sample code for demonstrate the case

    export_chart.zip


  3. Hi Srividya,

     

     

     

    Attached please find my two export source codes (for client side and server side export).

     

     

     

    Server side code can successfully export the chart image by right click the chart and select export menu item. However, it would be fail if clicking the self-created export button, it throws "Unspecified error".

     

     

     

    For the client side, when I right click the chart and select export menu item, capture data dialog is appeared and process from 0-100%, and then FCExporter.swf is shown, but disabled. And it is also same as server side export, it would be fail if clicking the self-created export button, it throws "Unspecified error".

     

     

     

    Remark: Both codes are hosted in server different server, let say export code in http://code.aaa.com and all resources such as chart swf, fusionCharts.js in http://resouce.aaa.com.

     

     

     

    thanks for your help.

     

     

     

    Ryan

    export.zip


  4. Hi Srividya,

     

     

     

    My application is hosted by 2 servers in different domain. One is for application JSP source code and the other is for storing the application resource files such as image, flash (SWF), js. When i implement the fusion chart in my application,

     

    I point the chart swf in the resource server, it is fully workable for rendering the chart. For exporting chart, i would like to create a button, instead of selecting "Export Chart" in right-click menu, for user to trigger the export event. However, it is not work for exporting the chart in both server and client side mode. For client side exporting, flash file FCExporter.swf is also located in resource server. For server side exporting, nothing is happen when i click the export button, which is same as your previous solution provided.. Please help. Thanks.

     

     

     

    Ryan


  5. Hi,

     

     

     

    I am trying to implement the server side export function, but the following exceptions are thrown when compiling the code. What's wrong are they ?

     

     

     

    Error(50,794): method getServletContext() not found in class _fusion._exporthandler._resources._FCExporter__IMG

     

    Error(47,518): method getServletContext() not found in class _fusion._exporthandler._resources._FCExporter__PDF

     

     

     

    Remark: I am using Java 5 version of the exporter jar, provided from http://www.fusioncharts.com/forum/Topic14950-33-1.aspx