A donut chart (also spelled doughnut) is a chart functionally identical to a pie chart, with the exception of a blank center and the ability to support multiple statistics at once. Donut charts provide a better data intensity ratio to standard pie charts as, for example, the blank center can be used to display additional, related data.
Questions tagged [donut-chart]
403 questions
0
votes
0 answers
d3.js DONUT/PIE chart how to add own set of color pallettes combination for the pie/donut chart
I have created a Donut chart using the following code using d3.js, requirement is to use colors coming from backend to be shown for the Donut chart rather than using the inbuilt colors in the d3.scale.category**()'s