vipin jain
Members-
Content count
12 -
Joined
-
Last visited
Everything posted by vipin jain
-
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]
-
control go on FusionChartsSave.jsp and it save this jsp instead of fusion chart image.
vipin jain posted a topic in FusionCharts and JSP
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. -
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........
-
hi Rahul, Thanks for reply.....
-
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.
-
XML Data:
-
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:
-
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.
-
hi Rahul, I am using tomcat5.5........
-
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 .
-
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.
-
Javascript error for 'save as image'
vipin jain replied to hungtrieu2910's topic in Javascript Problems
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,