novus / nvd3

A reusable charting library written in d3.js
http://nvd3.org/
Other
7.22k stars 2.15k forks source link

Implementing nested donut chart #1840

Open madhy opened 7 years ago

madhy commented 7 years ago

Hi, There is a requirement to show donut chart in nested form (one inside another). Please let me provide hints on how to implement nested donut chart.

Thanks in advance. Madhy

liquidpele commented 7 years ago

do you mean like the sunburst chart?

https://nvd3-community.github.io/nvd3/examples/sunburst.html

madhy commented 7 years ago

Yes. Need to show similar like the attached image. I need to use NVD3 and to show two nested rings. It would be great if i get the data set structure from anyone at the earliest.

Thanks in advance.

download