ylb521 Report post Posted May 21, 2012 I want to get the generated image wiht javascript ,but I find that there is no way to do it.Anybody help me?Thanks. Share this post Link to post Share on other sites
Guest Sumedh Report post Posted May 21, 2012 I want to get the generated image wiht javascript ,but I find that there is no way to do it.Anybody help me?Thanks. Hi, Can you explain it a bit more? What you are trying to achieve? Share this post Link to post Share on other sites
ylb521 Report post Posted May 21, 2012 Hi, Can you explain it a bit more? What you are trying to achieve? master ,I want to get the generated image hex data with javascript . Share this post Link to post Share on other sites
Guest Sumedh Report post Posted May 21, 2012 master ,I want to get the generated image hex data with javascript . Hi, If you are willing to export pure JavaScript Charts. Refer the following link: http://docs.fusioncharts.com/charts/contents/exporting-image/ECPureJS.html Share this post Link to post Share on other sites
ylb521 Report post Posted May 21, 2012 I can export the image with fusionchart,But I can't find a way to get the image raw data with my javascript function.I search the documentation and I didn't find a solution! Share this post Link to post Share on other sites
Guest Sumedh Report post Posted May 22, 2012 I can export the image with fusionchart,But I can't find a way to get the image raw data with my javascript function.I search the documentation and I didn't find a solution! Hi, If you are willing to get the chart data you can use following functions: getXMLData() getJSONData() getDataAsCSV() Ref. Code: var myXML = FusionCharts("myChartId").getXMLData(); For more information, please refer the following link: http://docs.fusioncharts.com/charts/contents/?JavaScript/API/Methods.html Share this post Link to post Share on other sites