tokajac

javascript charts export as image

Recommended Posts

Hello,

 

Regarding export javascript (not flash) chart as image, have been able to setup php export handler


Setup your own server to process and export JavaScript charts

 

When can expect similar javascript charts export for J2EE server? Using Tomcat here. Was able to setup export for flash charts but about to use javascript rendering and php is overwhelming

In the meanwhile, is there any work around? Have been trying with phantomjs, but unable to reach charts which are behind the gates of login-realm

 

Regards

Share this post


Link to post
Share on other sites

Hi,

Welcome to FusionCharts Forum.

For pure JavaScript charts, export using PHP is one of the options, the other being use of Batik Rasterizer library.

You may use the Batik Rasterizer library. Batik Rasterizer library is a third-party library. Since Batik Rasterizer library is a third-party library, we do not have native implementation of this library in Java/J2EE. However, since Jar files of Batik have also been developed using Java, you can import the Jars files of Batik to use them directly in your Java based application.

 

Hope this helps!

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