Sign in to follow this  
kpnm

Export Charts To Image On The My Server By Javacript Chart

Recommended Posts

Hi,

 

I want to export chart to image on the my server because get image on report(pdf) and chart on ipad.

 

I read in FusionChart XT Documentation,it tell me follow from this link http://docs.fusioncharts.com/charts/contents/exporting-image/ECPureJS.html

 

The steps are as follows.

 

1.Make sure that PHP and Java is installed on your server

2.Upload the index.php file to your server

3. In your FTP program, create directory called temp in the same directory as index.php and chmod this new directory to 777 (Linux/Unix servers only)

4. Download Batik from http://xmlgraphics.apache.org/batik/#download. Find the binary distribution for your version of JRE 5

5. Upload batik-rasterizer.jar and the entire lib directory to a location on your web server

6. In the options in the top of the index.php file, set the path to batik-rasterier.jar

7. In your _overrideJSChartConfiguration, set the exporting.url option to match the index.php file location

 

There are ways other than the above ?

Share this post


Link to post
Share on other sites
Guest Sumedh

Hi,

 

Let us know if this steps work for you, if it comes up with any issue, we will help you out from there.

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
Sign in to follow this