+++ title = "Pie chart panel" keywords = ["grafana", "pie chart"] weight = 850 +++ # Pie chart v2 panel > **Note:** This documentation refers to a beta feature. The pie chart displays reduced series, or values in a series, from one or more queries, as they relate to each other, in the form of slices of a pie. The arc length, area and central angle of a slice are all proportional to the slices value, as it relates to the sum of all values. This type of chart is best used when you want a quick comparison of a small set of values in an aesthetically pleasing form. ![Pie chart panel](/img/docs/pie-chart-panel/pie-chart-panel-7-5.png) ## Data and field options Time series visualizations allow you to apply: - [Data transformations]({{< relref "../transformations/_index.md" >}}) - [Field options and overrides]({{< relref "../field-options/_index.md" >}}) - [Thresholds]({{< relref "../thresholds.md" >}}) ## Display options Use the following options to refine your visualization: ### Show Choose how much information to show. - **Calculate -** Reduces each value to a single value per series. - **All values -** Displays every value from a single series. ### Calculation Select a calculation to reduce each series when Calculate has been selected. For information about available calculations, refer to the [Calculation list]({{< relref "../calculations-list.md" >}}). ### Limit When displaying every value from a single series, this limits the number of values displayed. ### Fields Select which field or fields to display in the visualization. - **Numeric fields -** All fields with numerical values. - **All fields -** All fields that are not removed by transformations. - **Time -** All fields with time values. - ** -** Each field name is available in the list. ### Pie chart type Select the pie chart display style. #### Pie ![Pie type chart](/img/docs/pie-chart-panel/pie-type-chart-7-5.png) #### Donut ![Donut type chart](/img/docs/pie-chart-panel/donut-type-chart-7-5.png) ### Labels Select labels to display on the pie chart. You can select more than one. - **Name -** The series or field name. - **Percent -** The percentage of the whole. - **Value -** The raw numerical value. Labels are displayed in white over the body of the chart. You might need to select darker chart colors to make them more visible. Long names or numbers might be clipped. The following example shows a pie chart with **Name** and **Percent** labels displayed. ![Pie chart labels](/img/docs/pie-chart-panel/pie-chart-labels-7-5.png) {{< docs/shared "visualizations/legend-mode.md" >}} ### Legend values Select values to display in the legend. You can select more than one. **Percent -** The percentage of the whole. **Value -** The raw numerical value.