glaze24

Members
  • Content count

    29
  • Joined

  • Last visited

Everything posted by glaze24

  1. Hi, I gave the image path for fusion charts as "https://www.mydomain.com/FCImages" where FCImages is the folder under www directory. When i initiate export charts the charts are getting captured but no images were found anywhere in the server. when I tested this in localhost, charts were created in the ExportHandlers/PHP/ folder. Please help me... I am dying to fix it...
  2. Exporting Problem

    Hi, I want to export fusion charts as images. I use php export report handler to download the chart at server side. Now I am testing it in my local machine with wamp server. The chart's context menu shows exporting options and also shows the progress of capturing phase, after that it doesn't give any message to download the chart. Below is the code for the chart, "<chart exportEnabled='1' exportHandler='C:\wamp\www\proj\app\webroot\includes\FusionCharts_Developer\ExportHandlers\ PHP' exportAtClient='0' exportAction='download' caption='Cost(".$curr_pref.")' decimals='1' showLabels='0' enableSmartLabels='0' pieRadius='100' enableRotation='1' bgColor='FFFFFF' bgAlpha='40,100' bgAngle='360' showBorder='0' startingAngle='70'>" <?php echo renderChartHTML($html->url('/')."includes/Pie2D.swf", "", $pieCost.$setCost."</chart>", "pie1", 300, 250, false);?> I couldn't arrive at a solution for this. Can anyone help me in this regard? Thanks in advance
  3. Exporting Problem

    Thanks rohit....that works....but when i use call back method, firebug console shows this error " try { __flash__toXML(FC_Exported(({sta...leName:"null",height:0,width:0,<br />\n"....and callback is not happening.... google search didn't give solution to this..... Any idea??
  4. Exporting Problem

    Thanks a lot...thats working now... but it is working when context menu option is selected, but when i tried to use chartid.exportChart(), it is throwing exportChart is not a function error....I have to save it using javascript api and then I wanna embed the image to the report....