In my Tomcat container I have created a JSP page in which I’m rendering a chart using pure JavaScript.
Now I want to export this JavaScript rendered chart using server side exporting technology like fusionchart. I have all required jar files in my Tomcat container for this exporting feature in Java EE (FCExporter.jar, etc).
I got the Answer.
I have created the Servlet and passing request to that servlet in tomcat container from JS..
and in servlet ..I got the svg parameter.with
and with following command i have generated the jpeg of fusion chart..
hurray….