PHP:融合图表教程
在研究了各种图表解决方案之后,融合图表看起来最适合我的需求。
我发现很难获得有关如何创建图表的详细教程,该图表让用户可以单击不同的数据来打开新窗口。
例如,备份统计信息的饼图(成功、失败、丢失)。我希望能够单击成功的切片,该切片会定向到一个新页面,其中显示状态成功的所有备份。
有人能指出我正确的方向吗?
谢谢,
琼斯
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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我经常使用 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.