ganiganesh

Members
  • Content count

    38
  • Joined

  • Last visited

About ganiganesh

  • Rank
    Advanced Member
  1. Server Side Export Of Fusion Charts

    render_image.bmp
  2. Server Side Export Of Fusion Charts

    Hi Haritha, chars are rendering by showing the status after that request is going to the /FCExporter and gettting 404 page not found web.xml contains <servlet> <display-name>FCExporter</display-name> <servlet-name>FCExporter</servlet-name> <servlet-class>com.fusioncharts.exporter.servlet.FCExporter</servlet-class> </servlet> <servlet-mapping> <servlet-name>FCExporter</servlet-name> <url-pattern>/FCExporter</url-pattern> </servlet-mapping> and i included two jar files as well... Thanks Ganesh
  3. Remove exported chart from the component

    Hi Sanjukta, please let me know how can i solve this problem with batch export (removing old entry from batch export) in fusion chart version 3.2 SR5 Thanks Ganesh
  4. Server Side Export Of Fusion Charts

    Hi Sashi, i am trying to export flash charts using jsp.i had followed the steps mentioned in the given link. step 1) copied two jar files fcexporter.jar and fcexporthandler.jar 2) created fusioncharts_export.properties (configuration file) in classes folder 3) copied below code in web.xml <servlet> <display-name>FCExporter</display-name> <servlet-name>FCExporter</servlet-name> <servlet-class>com.fusioncharts.exporter.servlet.FCExporter</servlet-class> <load-on-startup>1</load-on-startup> </servlet> <servlet-mapping> <servlet-name>FCExporter</servlet-name> <url-pattern>/jsp/fg/FCExporter</url-pattern> </servlet-mapping> 4) FCExporter.jsp in jsp folder 5) added attributes in chart exportEnabled='1' exportAtClient='0' exportAction='download' exportHandler='/jsp/fg/FCExporter.jsp' 6) created chart_images folder in Webcontent for save path. its not giving any error i.e. nothing is happening after rendering the charts. please find the attached files for your reference. please let me know if i done any mistake in this process Thanks Ganesh ServerExport.zip
  5. Hi Team, i need to do server side export of multiple charts so i had followed two ways one with J2EE and second one with Jsp but nothing is working for me.could you please suggest me which one i should follow? fusion charts version : FusionCharts XT(v3.2.2) SR5 java : jdk6 Thanks in advance Ganesh
  6. Combi Dual Y

    MSCombiDy2D.bmp Hi Team, i am facing two issues with the attached chart. 1) i want % symbol should be displayed in bold in Y axis values and also for anchor values (given styles for yaxis values but its not applying for %) 2) Bydefault all values are being displayed outside the bar if dont use the attribute placevaluesinside='1'. my concern is that if i get bar with max value then getting values inside the bar. is there anyway to control that? Thanks in advance Ganesh
  7. Bubble Chart

    Hi Team, Could you please some one give response for my query? Thanks Ganesh
  8. Batchexport Is Not Working

    Hi, its working fine after setup the Flash Player Global security setting in my browser. Thanks for your response
  9. Bubble Chart

    Hi Team, My requirement is to plot the attached chart. can you please guide me which swf file, what kind of chart i should go for? Thanks in advance Ganesh
  10. Hi Team, i am trying to do batch export to pdf with the simple example but its not working... please find the attachment which contains required files.. Thanks in advance Ganesh Kumar CH ExportPDF.zip
  11. Hi Team, need help on to generate MSLine chat with PYaxis and SYaxis Names and values. Please do the need full on this. Regards Ganesh
  12. Mscombidualy Chart

    Hi Team, i am trying to plot the mscombidualy chart same as attached one but how can i get shown markers which are on blue and violet plotted lines ? Thanks in advance Ganesh Chart_image.bmp
  13. Hi Team, I have an issue with fusionchats to export the charts in to excel files .If it is possible let me know whichi version is used to export the charts and list me all the possible charts to export. Thanks & Regards Ganesh
  14. Two Queries In Msline Chart

    Please find the attached XML file and chart MSLine Chart.bmp XML.xml
  15. Export To Excel,ppt,pdf

    Hi Team, how can i export fusion chart component to excel /ppt/pdf? Thanks in advance Ganesh