> For the complete documentation index, see [llms.txt](https://docs.powerviz.ai/powerviz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.powerviz.ai/powerviz/sunburst/introduction.md).

# Introduction

The Powerviz [Sunburst Chart](https://powerviz.ai/sunburst) is a fully dynamic visual that is used for displaying a **hierarchy-structured dataset**. In a hierarchy dataset, you can add multiple categories from top to bottom levels, where the top category is parent and the rest are child nodes. Powerviz Sunburst chart is a **Power BI custom visual** available at [AppSource](https://appsource.microsoft.com/en-us/product/power-bi-visuals/truvizinc1674781244292.sunburst-chart-by-powerviz?exp=ubp8\&tab=Overview). It allows you to control the size, shape, design, interactions, and more. Sunburst charts can also replace radial trees, treemaps, and packed circles.

This documentation will help you get started with Sunburst Visual by explaining everything you need to know about it. If you're new to our site, check out the [visual library](https://powerviz.ai/visuals) for other visuals that meet your requirements.

Powerviz Sunburst chart highlights include:

* Variety of <mark style="background-color:yellow;">display styles</mark> and custom angles.
* Multiple <mark style="background-color:yellow;">color schemes</mark> and 30+ color palettes.
* Control over arcs, <mark style="background-color:yellow;">labels</mark>, and patterns.
* Add icons, text, measure, and images to the <mark style="background-color:yellow;">center circle</mark>.
* <mark style="background-color:yellow;">Conditional formatting</mark> and <mark style="background-color:yellow;">ranking</mark> are supported.
* Power BI features like cross-filtering, custom tooltip, bookmark are available.
* In additional features, <mark style="background-color:yellow;">grid view</mark> and <mark style="background-color:yellow;">annotations</mark> are offered.

Follow this guide to have an in-depth view of Powerviz Sunburst visual. To know more about other Powerviz visuals and slicers, visit our [library](https://powerviz.ai/visuals) or [contact us](https://powerviz.ai/contactus) directly for a demo.

### Examples[​](https://docs.powerviz.ai/sunburst-introduction#examples) <a href="#examples" id="examples"></a>

<figure><img src="/files/90VCcZQKv2aLR5y2U97k" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/WpNTrlY534qsScNPgwAi" alt=""><figcaption><p><br></p></figcaption></figure>

<figure><img src="/files/5ezua5yizsv2TSPEaWN0" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/1SAlk6gGAh1vSqlezjbl" alt=""><figcaption></figcaption></figure>


---

# 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://docs.powerviz.ai/powerviz/sunburst/introduction.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.
