Caveatrob
Caveatrob

Reputation: 13277

jquery pie chart with drilldown/clickable pie parts

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.

Upvotes: 2

Views: 4987

Answers (3)

Matt Burland
Matt Burland

Reputation: 45135

Flot has a pie plugin you can use.

Upvotes: 1

AdmSteck
AdmSteck

Reputation: 1751

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.

Upvotes: 0

Kier
Kier

Reputation: 26

I did this with jQuery and open flash charts

Upvotes: 1

Related Questions