> For the complete documentation index, see [llms.txt](https://academy.any2info.com/any2info-academy/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://academy.any2info.com/any2info-academy/no-code-platform/app-studio/application-design/dashboard/controls-toolbox/graphs-and-indicators/pie-chart.md).

# Pie chart

**Category:** Control

**Version:** 1.0

**Last Updated:** December 31, 2025

**Author:** Any2Info

***

### Description

The line graph allows visualization of a datatable (by using a dataclip) on a dashboard. The control allows using a legend for data related explanations.

***

### Mappings

This control supports the following data related properties.

<table data-header-hidden><thead><tr><th width="162"></th><th></th></tr></thead><tbody><tr><td>Property </td><td>Note </td></tr><tr><td>Reference </td><td><p>Effectively delimits the shown data to a single column or row of a dataclip </p><p> </p><p>Usability of this mapping depends heavily on the linked fields </p></td></tr><tr><td>Segments </td><td><p>Effectively determines the pie segments that are displayed in the chart. </p><p> </p><p>Usability of this mapping depends heavily on the linked fields </p></td></tr></tbody></table>

***

### Default chart &#x20;

By default a chart will show table header as individual segments for a dynamic row. In most default situations the piechart needs to apply a row based filter to filter down a single row. The showed labels for each segment, by default, will show the unique values (occurrence) for each row, in most cases this value is not display friendly, to solve this an extended mapping can be made.

***

### Swapped charts

By default a chart will show table header as individual segments for a dynamic row. In some cases the reverse is needed, meaning a set of column values determine the segments.

***

### Events

| Property  | Note                                                                                             |
| --------- | ------------------------------------------------------------------------------------------------ |
| On update | Triggers when the chart updates its data as a result of an initial load or changed linked value. |

***

### Changelog

| Version | Date             | Change                               |
| ------- | ---------------- | ------------------------------------ |
| 1.0     | January 30, 2026 | Initial documentation version added. |


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://academy.any2info.com/any2info-academy/no-code-platform/app-studio/application-design/dashboard/controls-toolbox/graphs-and-indicators/pie-chart.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
