PHP:融合图表教程

发布于 2024-09-18 05:57:34 字数 206 浏览 1 评论 0原文

在研究了各种图表解决方案之后,融合图表看起来最适合我的需求。

我发现很难获得有关如何创建图表的详细教程,该图表让用户可以单击不同的数据来打开新窗口。

例如,备份统计信息的饼图(成功、失败、丢失)。我希望能够单击成功的切片,该切片会定向到一个新页面,其中显示状态成功的所有备份。

有人能指出我正确的方向吗?

谢谢,

琼斯

After researching into various charting solutions fusion charts looks like it will be most suited to my needs.

I'm finding it difficult to get a good detailed tutorial on how to create a chart that lets the user can click on different data to open a new window.

For example a pie chart of backup statistics (successful, failed, missing). I'd like to be able to click on the successful slice which directs to a new page showing all the backups with status success.

Can anyone point me in the right direction?

Thanks,

Jonesy

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

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

发布评论

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

评论(1

温暖的光 2024-09-25 05:57:34

我经常使用 FusionCharts,它被称为“钻取图表”。这是教程:

您需要的一切要做的就是放置一个如下所示的属性:link='DemoLinkPages/DemoLink1.html' 并记住对此链接进行 URLEncode。

I use FusionCharts a lot and it is called Drill-Down charts. This is the tutorial:

All you need to do is put an attribute like this: link='DemoLinkPages/DemoLink1.html' and remember to URLEncode this link.

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