> ## Documentation Index
> Fetch the complete documentation index at: https://docs.prophecy.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Pie chart

> Learn what parameters you need to configure a pie chart

A pie chart is a circular graph that divides into slices, where the arc length of each slice is proportional to the quantity it represents.

<img src="https://mintcdn.com/prophecy-62973bd0/88t3kPk63E5ZR9Oi/data-analysis/development/runs/data-explorer/charts/img/pie-chart.png?fit=max&auto=format&n=88t3kPk63E5ZR9Oi&q=85&s=87b0d97953d5a2a1089df32924d6060c" alt="PieChart" width="2876" height="1616" data-path="data-analysis/development/runs/data-explorer/charts/img/pie-chart.png" />

You can configure the following parameters for the chart:

| Parameter                                   | Description                                                                                                                 |
| ------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------- |
| Category column                             | Column used for pie chart segments.                                                                                         |
| Y-axis column                               | Column containing values to aggregate into segment sizes.                                                                   |
| Chart angle                                 | Starting angle in degrees for rendering the chart.                                                                          |
| Chart style                                 | Style of chart, either pie or donut.                                                                                        |
| Radius % (Pie style only)                   | Percentage of the chart canvas used for the pie's radius (the overall size of the pie chart).                               |
| Inner and Outer Radius % (Donut style only) | Size of the inside and outside radius of the donut chart.                                                                   |
| Horizontal center %                         | Percentage from the left edge of the chart canvas for positioning the pie's center (the horizontal alignment of the chart). |
| Vertical center %                           | Percentage from the top edge of the chart canvas for positioning the pie's center (the vertical alignment of the chart).    |
| Display Legends                             | Whether to display the legend on the chart.                                                                                 |
| Enable Tooltips                             | Whether to display tooltips on hover.                                                                                       |
