Recommended Posts

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

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

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now