New to Kendo UI for jQuery? Download free 30-day trial

jQuery Donut Charts Donut Labels

Loading Demo...
  • EXAMPLE
  • VIEW SOURCE
donut-labels.html

Also available for:

API REFERENCE

Description

This sample illustrates how to show/hide the labels of the Kendo UI Donut Chart and specify how they are aligned.

You can do that by getting a reference to the chart client-object via:

var chart = $("#chart").data("kendoChart")

which will allow you to set and configure its series collection and attributes: var pieSeries = chart.options.series[0]; pieSeries.labels.visible = true|false; // If set to true the chart will display the series labels. pieSeries.labels.align = "circle"; // "circle" - the labels are positioned in circle around the chart.

You can find a complete list of the series attributes in the API documentation.

Support & Learning Resources

Additional Resources