We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date

Documentation for Doughnut chart

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?


3 Replies

RJ Rekha J Syncfusion Team July 9, 2014 05:04 AM UTC

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.



NL Nicolas Lope de Barrios July 9, 2014 02:52 PM UTC

Thank you, Rekha.



RJ Rekha J Syncfusion Team July 10, 2014 05:28 AM UTC

Hi Nicolas,

Thank you for the update,

Please let us know if you need further assistance on this.

Regards,

Rekha.


Loader.
Live Chat Icon For mobile
Up arrow icon