图表服务器端导出
我正在寻找一个好的图形实用程序,可以 100% 服务器端导出图形。换句话说,它接收数据并返回图像文件。
我们过去使用过 swift 图表,但我们的业务人员看过 fusion 图表和 Zing 图表,并且想要类似的东西。
Zing 和 Fusion 图表都有“服务器端”导出功能,它可以在 Bowser 中截取屏幕截图,并在用户单击按钮时将其发送到服务器。此功能还受到闪存的一些限制,这使其更加复杂。该图表必须是页面上的顶部图像,窗口(和选项卡)必须打开并处于焦点中。该图表还必须先在浏览器中查看,然后才能导出。
如果有人知道类似于 swift 生成器的工具,或者知道如何在没有用户的情况下导出融合图表?
提前致谢!
I am searching for a good graphing utility that can export graphs 100% server side. In other words it takes in the data and returns an image file.
We have used swift charts in the past but our business people have seen fusion charts and Zing charts and want something that looks like that.
Both Zing and Fusion charts have "server side" export where it takes a screen shot in the bowser and sends it to the server when the user clicks a button. This feature also has some limitations from flash which make it more complicated. The graph must be the top image on the page, the window(and tab) must be open and in focus. The graph also must have been viewed in the browser before it can be exported.
If anyone knows of a tool similar to the swift generator or has any figured out how to export fusion charts without a user?
Thanks in advance!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
FusionCharts 团队开发了一个 .NET 程序集,使您能够在服务器上导出图表,而无需在浏览器中加载图表。
您可以通过写信给 FusionCharts 支持来获取它:http://www.fusioncharts.com/contact/ 。
FusionCharts Team has developed a .NET assembly which will enable you to export chart at server without loading the chart in the browser.
You can have it by writing to FusionCharts Support at http://www.fusioncharts.com/contact/ .
这个答案可能有点晚了,但还有另一种方法可以在服务器上渲染和导出(需要:PHP 5.2+): fcimg.org< /a>
“FCImg 是一个第三方工具,允许运行 LAMP 堆栈的服务器将 FusionCharts 图表导出为图像,而无需浏览器。”
This answer might be a little late but there is another way to render and export on the server (required: PHP 5.2+): fcimg.org
"FCImg is a third party tool to allow servers running the LAMP stack to export FusionCharts Charts as images without a need for a browser."
Highcharts 是一个很好的候选者。它们的功能非常丰富。有一个java实用程序 - highcharts-serverside-export 可用于导出图像png 和 jpeg 格式。
顺便说一句,我使用上面的组合。
我生成的图像之一:
Highcharts are a good candidate. They are very rich in features. There is a java utility - highcharts-serverside-export which can be used to export images in png and jpeg format.
I use the above combination btw.
One of the images that I have generated :