Pie
Premium

Updated on Mar 4, 2026

The pie charts are circular charts which display data in the form of single-series sectors from a two-dimensional circle and are useful for rendering data as part of a whole.

ninja-iconThe Pie Chart is part of KendoReact premium, an enterprise-grade UI library with 120+ free and premium components for building polished, performant apps. Test-drive all features with a free 30-day trial.Start Free Trial

Basic Usage

The following example demonstrates how to create a Pie chart in React and see it in action.

Change Theme
Theme
Loading ...

Data Binding

You can bind the series of the pie chart to an array that contains:

  • Numbers.
  • Arrays which represent [value, category] tuples.
  • Objects which are also referred to as models.

When the series of the pie chart is bound to objects (models), the user selects the relevant fields through the available bindings:

Model bindingData typeRequiredDescription
fieldnumber/nullYesThe value of the data point, if any.
categoryFieldstring/date/number/nullNoThe category of the data point, if any.
colorFieldstringNoThe color of the data point, if overridden.

For more information on how to configure each data-binding mode, refer to the article on binding the KendoReact Chart to data.

In this article
Basic UsageData BindingSuggested Links
Not finding the help you need?
Contact Support