Example of Pie in Javascript (ES5) Chart Control

/
/
Pie

This Pie Chart example demonstrates a pie chart for global electricity generation. Datalabels show information about the points.

More Details...

Global Electricity Generation by Source - 2024Source: wikipedia.org
Description

In this example, you can see how to render and configure a pie chart. The pie chart is a circular graphic, which is ideal for displaying categories as a proportion or a percentage of the whole . The radius of the pie chart can be customized using the Radius property. Tooltip is enabled in this example. To see the tooltip in action, hover a point or tap a point in touch enabled devices. More information on the pie series can be found in this documentation section.