深入了解 Fusioncharts PHP 类
谁能告诉我如何使用 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您实际上需要创建 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.