用于 FusionCharts 的 PHP API电力图表

发布于 2024-10-17 14:13:09 字数 177 浏览 3 评论 0 原文

我对使用 FusionCharts PowerCharts 库中的图表感兴趣(演示可在 fusioncharts.com 上找到)。

有一个不错的 PHP 库用于构建标准 FusionCharts,但是查看该类,它当前不支持 PowerCharts 库。有人知道有一个可以与 PowerCharts 版本的库配合使用的库吗?

I am interested in using charts from the FusionCharts PowerCharts library (demo's available at fusioncharts.com).

There is a decent PHP library for building out the standard FusionCharts, however looking through the class it doesn't currently support the PowerCharts library. Is anyone aware of a library that works with the PowerCharts version of the library?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

可可 2024-10-24 14:13:09

Fusion 图表(和 PowerCharts)相对易于使用。您只需向其扔一个 XML 或 JSON 字符串,它就会完成工作。例如,以下是 PowerCharts 网站上支持“拖动列”演示的 XML:

http: //www.fusioncharts.com/charts/visually-editable-charts/

有几种不同的方法可以将数据传输到 FusionCharts,但我在使用它们的过程中发现,有些方法比其他方法有更好的记录和支持。我使用他们基于 Javascript 的图表(由 Highcharts 提供支持,正如 @Brian 提到的那样令人惊叹)并没有取得太大成功,但这可能是因为当我将 HighCharts 部署到我的应用程序中时它们是全新的。在做我的项目时,我没有选择,因为在我开始在这里工作之前,公司已经购买了 Fusion 的许可证,并且对支付其他解决方案不感兴趣。

最后一个警告:制作 HighCharts 的公司总部位于印度。请注意,有时文档和支持论坛使用一些非常规结构的英语。此外,该公司的员工经常在回答支持论坛问题时回答“请参阅文档”,当您遇到困难时,这会令人非常沮丧。

Fusion charts (and PowerCharts) is relatively easy to use. You just throw an XML or JSON string at it and it does the work. For example, here's the XML that powers the "drag column" demo on the PowerCharts website:

http://www.fusioncharts.com/charts/visually-editable-charts/

There are several different methods to get data over to FusionCharts, but I've found in working with them that some are better documented and supported than others. I've not had much success using their Javascript-based charts (which are powered by Highcharts, which as @Brian mentioned are AMAZING) but that could have been because they were brand new when I deployed HighCharts into my application. I didn't have the choice when doing my project as the company had bought a license to Fusion before I started working here and wasn't interested in paying for another solution.

One final caveat: the company that makes HighCharts is India-based. Be aware that sometimes the documentation and support forums use some unconventionally-structure English. Also, employees from the company frequently answer support Forum questions with the response "See the documentation" which is amazingly frustrating when you get stuck.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文