# Tooltip

The xViz Gantt Chart offers a variety of customizable tooltip options to enhance data interactivity and provide deeper insights at a glance.

It provides two types of tooltips:

1. [#customize-tooltip](#customize-tooltip "mention") - It allows you to rename columns and select which columns to display on the Tooltip.&#x20;
2. [#individual-tooltip](#individual-tooltip "mention") - It displays information for each bar and milestone separately on the tooltip, rather than for the entire row.&#x20;

<details>

<summary>Customize Tooltip</summary>

Steps to Customize the Tooltip:

1. Go to the Format Pane and navigate to the Customize Tooltip section.

<figure><img src="/files/UAxykDe9bFdEJZahc0H9" alt="" width="182"><figcaption><p>Image 1: Customize Tooltip section</p></figcaption></figure>

2. You can customize column names and choose which columns to display or hide in the tooltip.

<figure><img src="/files/B9SgdUHQqjQ9MtSC5xpx" alt="" width="157"><figcaption><p>Image 2: Customize Tooltip</p></figcaption></figure>

3. To further customize the Tooltip look and feel, use the native Tooltip options:

<figure><img src="/files/J0TkKErTEZtdR1IwtNBv" alt=""><figcaption><p>Image 3: Native Tooltip configuration options</p></figcaption></figure>

</details>

<details>

<summary>Individual Tooltip</summary>

1. Go to the Format Pane and navigate to the Miscellaneous section.

<figure><img src="/files/0pY1hMmAzXwcYxNHSWYb" alt="" width="183"><figcaption><p>Image 4: Miscellaneous</p></figcaption></figure>

2. In the Miscellaneous section, enable the Individual Tooltip toggle.

<figure><img src="/files/iSjGu4JAjXksRHErie1h" alt="" width="182"><figcaption><p>Image 5: Individual Tooltip Toggle</p></figcaption></figure>

As a result, an individual tooltip is displayed for each milestone, as shown in the image:

<figure><img src="/files/8NF1jIkKq18yHVyEiaZm" alt=""><figcaption><p>Image 6: Individual Tooltip for Milestones</p></figcaption></figure>

</details>


---

# 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.xviz.com/project-management/tooltip.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.
