具有向下钻取/可点击饼图部分的 jquery 饼图
我正在寻找一个 JQuery 插件来制作饼图,我可以根据饼图楔形的值单击其楔形或切片以转到另一个页面。
我有一个饼图,其中包含班级(AF)的成绩。如果有人点击“A”楔形,我想重定向到显示 A 学生的页面。
I'm looking for a JQuery plugin to make pie charts whose wedges or slices I can click to go to another page based on the value of the pie wedge.
I'm having a pie chart with grades for a class (A-F). If someone clicks the "A" wedge, I want to redirect to a page that shows the A students.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
我用 jQuery 并打开 flash 图表做到了这一点
I did this with jQuery and open flash charts
Flot 有一个可供您使用的饼图插件。
Flot has a pie plugin you can use.
看看gRaphael。它不是 jQuery 插件,但它是 js,可以与 jQuery 一起使用,如下所示 此处。文档相当稀疏,但有一些很好的例子。我认为这个展示了如何为饼图的每一片分配链接。
Have a look at gRaphael. Its not a jQuery plugin, but it is js and can be used with jQuery as shown here. The documentation is pretty sparse, but there are some good examples. I think this one shows how to assign a link to each slice of the pie.