Bharat Patel Report post Posted April 14, 2015 From what I understand about the fusion chart export: 1. Fusion charts creates the chart - client side using their clientside framework to generate SVG image output 2. This output is supplied back to the export handler to generate PNG/JPEG image My problem: I need to output image directly from server side without client side processing if the output needs to be directed as word document. Question: How can I generate the SVG output serverside to be consumed by the export handler Thanks in advance for your help/advise. Share this post Link to post Share on other sites
Nabajeet Report post Posted April 15, 2015 Hi, FusionCharts being a JavaScript library requires a browser to run its code and generate the SVG image and display it on the browser, it is possible to get this SVG in the form of png, jpeg, pdf or SVG itself. But it is not possible to create the SVG directly without rendering on the browser. Thanks. Share this post Link to post Share on other sites
Bharat Patel Report post Posted April 15, 2015 Thanks for your help and advise. I guess that I will have to extend something to deal with this situation as the charts. Share this post Link to post Share on other sites