BoldSignA modern eSignature application with affordable pricing. Sign up today for unlimited document usage!
Hi,
I can't find the documentation for the Doughnut chart. Can someone point me in the right direction on how to get started with it?
Hi Nicolas,
Thanks for using Syncfusion products.
The Documentation for Doughnut chart is not published now. It will be published after Essential Studio volume 2 release. It will be published by this week.
Please refer the online sample link for more information about Doughnut chart.
http://js.syncfusion.com/demos/web/#!/azure/chart/DoughnutChart
Please refer the code snippet for Doughnut chart.
<code>
[JS]
series: [{
points: [{ x: 'Labour', y: 28, text: '28%' },
{ x: 'Legal', y: 10, text: '10%' },
{ x: 'Production', y: 20, text: '20%' },
{ x: 'License', y: 15, text: '15%' },
{ x: 'Facilities', y: 23, text: '23%' },
{ x: 'Taxes', y: 17, text: '17%' },
{ x: 'Insurance', y: 12, text: '12%' }
],
marker: {
dataLabel:{ visible:true, font: { color: 'white', size: '30px', fontWeight: 'lighter' } }
},
name: 'Newyork', type: 'doughnut', explode: true, labelPosition:'inside', doughnutSize:0.9
}
],
</code>
Please let us know if you have any concern.
Regards,
Rekha.
Thank you, Rekha.
Hi Nicolas,
Thank you for the update,
Please let us know if you need further assistance on this.
Regards,
Rekha.