# Chart Options

Chart options controls the display style and interaction of Sunburst. The default style of a sunburst is a full circle. You can choose a preset style or create your own. There are four types of displays available:

* Full Circle
* Semi-Circle
* 270° Circle
* Custom Angle

<figure><img src="/files/gRbpA5qbUtvS4OXzkjfQ" alt=""><figcaption></figcaption></figure>

### Step to change the display type[​](https://docs.powerviz.ai/sunburst/advanced-settings/chart-options#step-to-change-display-type) <a href="#step-to-change-display-type" id="step-to-change-display-type"></a>

<table><thead><tr><th width="108.33333333333331">Steps</th><th width="239">Actions</th><th>Explanation</th></tr></thead><tbody><tr><td>Step 1</td><td>Go to the chart options.</td><td>Click on the “⚙️” icon to open advanced settings.</td></tr><tr><td>Step 2</td><td>Select the display.</td><td>In case of <strong>custom</strong>, input start and end angles.</td></tr><tr><td>Step 3</td><td>Hit apply to save.</td><td></td></tr></tbody></table>

<figure><img src="/files/qWQf5XxdGYrnPF3Pa3Zb" alt=""><figcaption></figcaption></figure>

{% hint style="info" %} <mark style="color:blue;">INFO</mark>

<mark style="color:blue;">The custom angle starts from 0 to 360°. For the mirror effect, the degree goes from -360° to 0.</mark>
{% endhint %}

### Interaction Controls[​](https://docs.powerviz.ai/sunburst/advanced-settings/chart-options#interaction-controls) <a href="#interaction-controls" id="interaction-controls"></a>

Other than display style, we have three checkboxes:

#### Popout On Mouseover[​](https://docs.powerviz.ai/sunburst/advanced-settings/chart-options#popout-on-mouseover) <a href="#popout-on-mouseover" id="popout-on-mouseover"></a>

Use this option to **animate the selected arc**. When you hover over an arc, it will slightly pop out.

#### Enable Zoom[​](https://docs.powerviz.ai/sunburst/advanced-settings/chart-options#enable-zoom) <a href="#enable-zoom" id="enable-zoom"></a>

In Zoom mode, **drill down** into the category till the last level. It is similar to the "Power BI drill through" feature. In Sunburst, all the levels are always visible, but with the zoom option enabled, you can expand to specific categories.

To return to the previous layers, click the back button. To return to the original view, click in the center circle.

#### Enable Sequences[​](https://docs.powerviz.ai/sunburst/advanced-settings/chart-options#enable-sequences) <a href="#enable-sequences" id="enable-sequences"></a>

Sequential mode **displays the zoomed path** in the top-left corner, which makes it easier to navigate layers. You can click on the path to switch the layers. This option is available only when zoom mode is enabled.

{% hint style="warning" %} <mark style="color:orange;">NOTE</mark>\ <mark style="color:orange;">Disable the zoom mode to enjoy the classic</mark> <mark style="color:orange;"></mark><mark style="color:orange;">**cross-filtering**</mark> <mark style="color:orange;"></mark><mark style="color:orange;">between visuals.</mark>
{% endhint %}

**Watch the video to learn how zoom and sequence option works**

![Gif](https://powerviz-assets.s3.us-east-2.amazonaws.com/docs/doc-sunburst/59.gif)


---

# 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.powerviz.ai/powerviz/sunburst/advanced-settings-introduction/chart-options.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.
