sahayaraj123

Members
  • Content count

    18
  • Joined

  • Last visited

Posts posted by sahayaraj123


  1. Hi i am using fusion charts v3.0

     

     

     

    I have placed the appropriate(fs) jsps in /jsp directory of my web application.

     

     

     

    i have modified the fusioncharts_export.properties

     

     

     

    RESOURCEPATH=jsp/

     

     

     

     

     

    I too have included the fusioncharts_export.properties in the classes folder of the web application.

     

     

     

    i have added the following attributes to my fs chart's xml.

     

     

     

    exportEnabled='1' exportAtClient='1' exportFileName='CEM4Mobile' exportAction='download' exportHandler='http://localhost:8080/charts/jsp/FCExporter.jsp'

     

     

     

    I have also added the js function for exporting.

     

     

     

    the capturing occurs but nothing happes after that.

     

     

     

     

     

    Attachment1000.aspx

     

     

     

     

     

    I found a java script error in FusionChartsExportComponent.js

     

     

     

    reference to undefined property a.parameters.exportParameters.triggerOrdinal

    post-4409-128441572364_thumb.jpg


  2. hi

    is fusioncharts version (v3.1) supports jdk 1.5 for server-side image exporting?

    because, i  got the following errors

    java.lang.UnsupportedClassVersionError: Bad version number in .class file

    And i have used the following properties file

    FusionCharts Server-side Export Handler - JSP

    ==============================================

    For exporting the chart as image/pdf at server side using JSP, copy-paste the required files to your server:

    1. FCExporter.jsp

    2. FCExporterError.jsp

    3. fcexporter.jar (contains all the dependency classes) or class files (classes in com.fusioncharts.exporter and sub-packages)

    4. Resources/FCExporter_IMG.jsp

    5. Resources/FCExporter_PDF.jsp

    6. /Classes/fusioncharts_export.properties (configuration files)

    Setup

    -----

    Please place the JSP in your web application, fcexporter.jar in WEB-INF/lib and fusioncharts_export.properties in WEB-INF/classes folder.

    FusionCharts Exporter has been tested with Java 6.

    The exportHandler attribute should have value "{Path}/FCExporter.jsp".

    Configuration of save folder for server-side save

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

    This is to be done in fusioncharts_export.properties file. Make sure that the folder path that you specify

    has write permissions to it.

     

    Thanks 


  3. fusion chart 3.1v.

    If we right click the chart in this version we have option to take printout and save chart as images. But I need to execute this two operation through java script.[ For example I have provided two button in right hand side using this button we have to take print and save chat]. IS it possible in this version?. If it is, please give some sample script code.

    THANKYOU.


  4. Hi

     

    I am using the Fusion charts v3.1.

    I have try the Drill Down charts example "JavaScript functions as links"  from the following link

    http://www.fusioncharts.com/docs/Contents/DrillDown/JavaScript.html

    I am unable to get the result alert message from the example.

    I have tested the example in the follwoing browser

    IE -7.0.5730.11, Firefox - 1.0.6

    Is any other configuration needed for "Javascript funtions as link"

    Please give your suggestion for this issue.