Fusion图表服务器端导出

时间:2014-08-04 12:55:58

标签: php fusioncharts

我需要为PHP下载FusionCharts ExportHandlers。但我无法在下载zip中找到这些文件和文件夹。或者在网址http://www.fusioncharts.com

在下载中,它不提供与ExportHandlers相关的任何目录或文件。

我需要以下文件:

  1. index.php(接受初始导出数据并加载格式特定的导出模块)
  2. Resources / FCExporter_RLE2IMG.php(将Flash图表导出为PNG / JPG的导出模块)
  3. Resources / FCExporter_RLE2PDF.php(将Flash图表导出为PDF的导出模块)
  4. Resources / FCExporter_SVG2ALL.php(导出模块,借助Java Batik库导出JavaScript图表)

2 个答案:

答案 0 :(得分:0)

请在图表对象中使用以下代码,我已经为我的java应用程序搜索了这些资源,但在较新的版本中,他们已经删除了包的文件。

chart:{"exportenabled", "1",  //will enable a icon for download at right top corner
       "exportatclient", "0",
       "exporthandler", "http://107.21.74.91/", //Hits fusionchart server and exports pdf/jpeg/png
       "html5exporthandler", "http://107.21.74.91/"
       }

答案 1 :(得分:0)

以下代码将自动点击FusionCharts服务器以导出图表。

// Enables an icon for download at right top corner.
chart:{"exportenabled", "1"}