Looking for a way to display labels on sunburst chart (could not find a working example)
问题 Thanks to someone's help (Brandon), I've been able to add tooltips to the sunburst charts. I am still looking for a way to display the label of a path on the sunburst chart (and then have the dual mode tooltip + text). The example that I'd like to improve is provided on jsfiddle.net/trakkasure/UPqX5/ I am looking for the code to add to the following code section: path = svg.data([getData()]).selectAll("path") .data(partition.nodes) .enter().append("svg:path") .attr("d", arc) .style("fill",