> For the complete documentation index, see [llms.txt](https://help.transform.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.transform.ai/getting-started/creating-and-customizing-gantt-charts.md).

# Creating and Customizing Gantt Charts

{% columns %}
{% column %}
**What is covered**

* Create a Gantt view
* Set the date fields used on the timeline
* Adjust timeline scale and range
* Save and share a Save View
  {% endcolumn %}

{% column %}
**At a glance**

* **Time:** \~5–15 minutes
* **Access:** Project access with view permissions
* **Prerequisites:** items with start/end dates (or due dates)
  {% endcolumn %}
  {% endcolumns %}

### Overview

Gantt views show work across time. They work best for planning and sequencing.

{% hint style="info" %}
Screenshot placeholder: Gantt view showing a timeline with several bars.
{% endhint %}

### Key Concepts

* **Date mapping**: mapping view timeline to start/end fields
* **Timeline scale**: zoom level and date range
* **Save View**: stored configuration for repeatable timelines

### How It’s Used

Use Gantt views for sequencing and dependency review. Use them for milestone planning and schedule alignment.

### Benefits

* Clear timeline visibility across work items
* Faster schedule change review through visual bars

### Setup Steps

#### 1) Create a new Gantt view

Open the view selector. Choose **New view**. Select **Gantt**.

{% hint style="info" %}
Screenshot placeholder: new view dialog with Gantt selected.
{% endhint %}

#### 2) Configure date fields

Choose which fields map to:

* Start date
* End date (or duration)

{% hint style="info" %}
Screenshot placeholder: Gantt settings panel for start/end date mapping.
{% endhint %}

#### 3) Adjust the timeline

Zoom in or out. Change the visible date range.

{% hint style="info" %}
GIF placeholder: zoom the Gantt timeline and pan to a new date range.
{% endhint %}

#### 4) Update dates

Drag bar edges to change dates. Confirm the item date fields update.

{% hint style="info" %}
GIF placeholder: drag a bar to change dates and show the updated fields.
{% endhint %}

#### 5) Save and share

Most changes save automatically. Set visibility to **Private** or **Team**, if available.

{% hint style="info" %}
Screenshot placeholder: view visibility options in the share modal.
{% endhint %}

### Best Practices

* Confirm date fields are standardized across items before relying on timelines.
* Use Gantt views for schedule review, then validate details in List views.

### Summary

Gantt views visualize work across a schedule. Save Views store the configuration for repeatable timeline reviews.

Related:

* [Save Views and Templates](/getting-started/save-views-and-templates.md)
* [Exporting Data from Views](/getting-started/exporting-data-from-views.md)


---

# 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://help.transform.ai/getting-started/creating-and-customizing-gantt-charts.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.
