An example of multiple pie (donut) charts created with D3. The data is represented as a two-dimensional array of numbers; each row in the array is mapped to a pie chart. Thus, each pie represents the relative value of a number (such as 1,013) within its rows. Note that in this dataset, the totals for each row are not equal.
Modified http://mbostock.github.com/d3/d3.js?2.4.5 to a secure url
Modified http://mbostock.github.com/d3/d3.layout.js?2.4.5 to a secure url
https://mbostock.github.com/d3/d3.js?2.4.5
https://mbostock.github.com/d3/d3.layout.js?2.4.5