create a radial chart with d3.js
I want to create a chart like this (shown in picture) using d3.js Any idea from where I should start. I have experience with making normal charts in d3.js.
Please guide me for the following.
Answers:
This is what comes to my mind, about your current requirement.
You probably would have to use the arc svg function.
d3.svg.arc()
Am just pointing you to a direction to get started, you would have to work on creating the rest along the way. Hope it helps.