Docuburst can be used for generating such diagram:
It looks Docuburst is written in Prefuse
, not in D3.
This diagram is similar to well known D3 diagrams that use partition layout: (the biggest difference is method for displaying labels)
Is there any D3 partition layout (sunburst) example that supports such circular labels as displayed in the first picture?
If you want some example without label handling to start with, here is jsfiddle, taken from another Q&A; and also one more jsfiddle, this one already with labels.
This is a small test example in D3
I am working on:
I managed to center the text in circular regions, but now I need to find the right text size.