kpnm

Members
  • Content count

    2
  • Joined

  • Last visited

About kpnm

  • Rank
    Forum Newbie
  1. 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 ?
  2. 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 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 ?