# Pie and sunburst charts

Pie charts are round representations of your data, cut into slices. Each slice represents a piece of data, and the size of the slice is proportionate to the data that it represents. Double-clicking on a slice lets you drill down into your data.

Pie charts are a great way to show numerical or financial data, in other words, what something is worth relative to the whole group.

![Pie chart](/files/gjSirX4OOLF9BoVTMZhv)

Sunburst visualizations organize and display your data in a series of colorful rings. Starting with the center ring, each ring going outward represents more detailed information relating to the inner ring to which it is connected. These outer rings are arranged and colored to indicate their hierarchical relationship with the inner ring. Any fields that contain empty slices can be shown as gaps in the sunburst.

You can drill-down into your data by double-clicking on a data slice. The sunburst then rearranges itself to show the more detailed information.

Sunburst visualizations are particularly well-suited for numerical analysis of hierarchical data.

![Sunburst chart](/files/rcMrOA64hk8gk3TdmG0i)

| Property                   | Definition                                                                                                                                                            | Available In            |
| -------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------- |
| **Data Labels**            | Use this to label the data features of your report with what is represented. You can also choose to display no data labels, or specify where you want them to appear. | Pie and sunburst charts |
| **Order By**               | Allows you to decide how to sort your data on the report.                                                                                                             | Sunburst charts         |
| **Empty Slices** check box | Check this box to show Empty Slices as gaps in the report.                                                                                                            | Sunburst charts         |


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.pentaho.com/pba/9.3-analytics/pentaho-analyzer-cp/creating-analyzer-reports/visualizations-for-analyzer/pie-donut-and-sunburst-charts.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
