This post describes how to build a
pie chart with d3.js and annotate each group
with their name. You can see many other examples in the
pie chart section of the gallery.
Watch out: pie chart is most of the time a very bad way to
convey information as explained in
this post.
This example works with d3.js v4
and v6
centroid()
function.