vipin jain

Members
  • Content count

    12
  • Joined

  • Last visited

About vipin jain

  • Rank
    Junior Member
  1. save As image not save image

    Hi Rahul, Thank you so much . finally i am able to save as image in fc3.0.7 using your idea. once again thank 's a lot........
  2. save As image not save image

    hi Rahul, Thanks for reply.....
  3. save As image not save image

    hi Sudipto , Thanks for your suggestion but i can't do that since i don't have userid/password for upgreate center. so i have to use v3.0.7 . please give me any perfect solution i am working on last two days with same problem.
  4. hI I am able to getting save as image option on right click for fusion chart but when i click on that process is going good but control go on FusionChartsSave.jsp and it save this jsp instead of fusion chart image. your every help would be appreciated.
  5. save As image not save image

    XML Data:
  6. save As image not save image

    hi Rahul, when i debug Fusion chart i am getting following things Info: Chart loaded and initialized. Initial Width: 400 Initial Height: 200 Scale Mode: noScale Debug Mode: Yes Application Message Language: EN Version: 3.0.7 Chart Type: Single Series 3D Column Chart Chart Objects: BACKGROUND CANVAS CAPTION SUBCAPTION YAXISNAME XAXISNAME DIVLINES YAXISVALUES DATALABELS DATAVALUES TRENDLINES TRENDVALUES DATAPLOT TOOLTIP VLINES INFO: Chart registered with external script. DOM Id of chart is chartId INFO: XML Data provided using dataURL method. dataURL provided: D:Program FilesTomcat 5.5webappsFusionCImageSavedocumentxmlfile.xml dataURL invoked: D:Program FilesTomcat 5.5webappsFusionCImageSavedocumentxmlfile.xml XML Data:
  7. save As image not save image

    hi Rahul, Now i am able to getting save as image option on right click for fusion chart but when i click on that process is going good but control go on FusionChartsSave.jsp and it save this jsp instead of fusion chart image. your every help would be appreciated.
  8. save As image not save image

    hi Rahul, I am using tomcat5.5........
  9. FusionCharts v3.0.7

    hi i an using FusionCharts v3.0.7 . i am getting error saveAsImage() is not a function when i try to convert fusion chart into image is version 3.0.7 support saveAsImage() function? Every Help would be appreciated .
  10. save As image not save image

    hi Thanks for reply..... actually i am using both in xmlfile.xml not in jsp file. (actually previous by mistake i wrote jsp instead of xml) imageSave='1' imageSaveURL='FusionCImageSaveImageSavingFusionChartsSave.jsp' in XML file So i am not getting what is actual problem. your every help would be appreciated.
  11. Javascript error for 'save as image'

    I have a same error! Declaration of chart appear correctly:[p] var myChart = new FusionCharts("D:Program FilesTomcat 5.5webappsFusionCImageSaveWebContentChartsColumn3D.swf", "chart1Id", "400", "200", "0", "1"); myChart.setDataURL("D:Program FilesTomcat 5.5webappsFusionCImageSavedocumentxmlfile.xml"); myChart.render("chart1div"); [/p] My JS functions:[p] var chartToPrint = getChartFromId("chart1Id"); alert(chartToPrint); chartToPrint.saveAsImage(); [/p] Error in button click: chartToPrint.saveAsImage is not a function My SFW version FusionCharts v3,
  12. hi , I am using Fc 3.0.6 and try to save as image function . when i trying to save as image on right click on fc it working properly but its save FusionChartsSave.jsp instead of Fusin chart image . can any one tell me where i am wrong. my code is......[p] function makechart(){ var myChart = new FusionCharts("FusionCImageSaveWebContentCharColumn3D.swf?", "chart1Id", "400", "200", "0", "1"); myChart.setDataURL("xmlfile.xml"); myChart.render("chart1div"); var chartToPrint = getChartFromId("chart1Id"); myChart.saveAsImage(); } and in jsp imageSave='1' imageSaveURL='FusionCImageSaveImageSavingFusionChartsSave.jsp' are using in chart. [/p]