我需要下载FusionCharts ExportHandlers for PHP。但是我无法在下载zip中找到这些文件和文件夹。或在URL http://www.fusioncharts.com上
在下载中,它不提供任何与ExportHandlers相关的目录或文件。
我需要复写文件:
发布于 2014-09-10 06:23:49
请在图表对象中使用下面的代码,我已经为我的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/"
}发布于 2014-10-10 04:57:08
下面的代码将自动命中FusionCharts服务器以导出图表。
// Enables an icon for download at right top corner.
chart:{"exportenabled", "1"}https://stackoverflow.com/questions/25119208
复制相似问题