深入了解 Fusioncharts PHP 类

发布于 2024-12-10 17:48:28 字数 72 浏览 0 评论 0原文

谁能告诉我如何使用 PHP 类创建深入融合图表,其中所有数据都存在于一个文件中,并且我可以将图表链接到同一文件中存在的另一个图表?

Can anyone tell me how do i create drill down fusioncharts using PHP class wherein all the data is present in one file and i can link the chart to the another chart present in that same file?

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

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

发布评论

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

评论(1

梦幻的心爱 2024-12-17 17:48:28

您实际上需要创建 LinkedCharts (根据 FusionCharts 创造的)。 PHPClass 不允许您为 LinkedCharts 创建数据。您需要使用创建数据
您自己的 PHP 代码并将数据传递到图表。

此外,要更改图表类型,您需要添加 JavaScript LinkedChart 配置

You actually need to create LinkedCharts (as per FusionCharts coined it). PHPClass does not allow you to create the data for the LinkedCharts. You would need to create the data using
your own PHP code and the pass the data to the chart.

Also, to change chart type, you would need to add JavaScript LinkedChart configuration.

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