Looking for a jQuery plugin to draw pie charts

html, javascript, jquery

Solution

d3.js with NVD3.js:

http://nvd3.org/ghpages/scatter.html

Thing of beauty. And yes they have click features, including deep drills and reorientation, pivot and OLAP-style functionality.

Problem

Possible Duplicate: Pie chart with jQuery I searched for a jQuery plugin which will help me to create pie charts and I found some which will help. But what I also want is to attach click function event handler for each sector of the pie chart.

Original source

Related problems