# Gantt Chart

With the Gantt chart, you can display time intervals. As input, you have to use one column which describes to which category the interval belongs and two more columns for the start and the stop of the interval. Note that the start/stop columns are interpreted as timestamps.

![](/files/-M77rmDdXqWrHDIw127f)

### Customization

In the Customize tab of the gantt chart settings you will find various settings to change the behaviour of the chart to what you want.

#### Zoom mode

With the zoom mode setting you can define if and how you can zoom into your chart:

* **None**: The chart can't be zoomed at all
* **Horizontal**: The chart can be zoomed on the horizontal axis
* **Vertical**: The chart can be zoomed on the vertical axis
* **Both**: The chart can be zoomed on both the horizontal and vertical axis

{% hint style="info" %}
Note that as in all Senseforce charts you can zoom by clicking and dragging your mouse over the chart area. It's not possible to zoom by scrolling.
{% endhint %}

#### Show Zoom Navigator

With the Show Zoom Navigator toggle you can switch on the zoom navigator for your gantt chart which will get displayed below your chart.&#x20;

You can zoom your chart with the Zoom Navigator by selecting the desired area you want to see in the Zoom Navigator. After selecting your desired area your main chart will then get zoomed to your selection. Note that you can also move your selected area by dragging it.&#x20;

![Zooming with the Zoom Navigator](/files/dAIvnsQ4f8GbeKtG9gX5)


---

# 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://manual.senseforce.io/manual/sf-platform/widgets/gantt-chart.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.
