> For the complete documentation index, see [llms.txt](https://userguide.cryptoquant.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://userguide.cryptoquant.com/vi/web3-analytics-tool/how-to-use/9.-visualization/pie.md).

# Pie

## Data

Choose the data that you want to show in your Pie chart

1. Column / Row

   Toggle to choose whether you would like to select values horizontally or vertically from the table.

   [![](https://downloads.intercomcdn.com/i/o/687237165/d3a8125e3a6efb8d7c098a79/visual10.png)](https://downloads.intercomcdn.com/i/o/687237165/d3a8125e3a6efb8d7c098a79/visual10.png)
2. X Axis: Select a column/row to be used as a dimension
3. Y Axis: Select columns or a row to display the value<br>

## Display

[![](https://downloads.intercomcdn.com/i/o/687237327/612fede39debc95c5c8042b6/visual11.png)](https://downloads.intercomcdn.com/i/o/687237327/612fede39debc95c5c8042b6/visual11.png)

1. Legend: Check whether you would like to show legend and whether you would like to show percent values together with the legend.

   [![](https://downloads.intercomcdn.com/i/o/687237460/0ed1e585a6e3cc710f0a08c1/visual12.png)](https://downloads.intercomcdn.com/i/o/687237460/0ed1e585a6e3cc710f0a08c1/visual12.png)
2. Center Value: Text formatting of the value that appears at the center of the chart.

   [![](https://downloads.intercomcdn.com/i/o/687237533/8699f420d8eb62694f123cd5/visual13.png)](https://downloads.intercomcdn.com/i/o/687237533/8699f420d8eb62694f123cd5/visual13.png)
3. Tooltip Value: Text formatting of the tooltip that appears when you hover your mouse on the chart

   [![](https://downloads.intercomcdn.com/i/o/687237626/a84a1e2f2b1a5b5f6468cc1b/visual14.png)](https://downloads.intercomcdn.com/i/o/687237626/a84a1e2f2b1a5b5f6468cc1b/visual14.png)
4. Colors: Set the individual color of each item

   [![](https://downloads.intercomcdn.com/i/o/687237691/3e0811c50fe2d0bce4f1757a/visual15.png)](https://downloads.intercomcdn.com/i/o/687237691/3e0811c50fe2d0bce4f1757a/visual15.png)


---

# 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://userguide.cryptoquant.com/vi/web3-analytics-tool/how-to-use/9.-visualization/pie.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.
