Skip to content

Timeline (Gantt) View

The Timeline view plots your database rows as horizontal bars on a time axis, with arrows showing which tasks depend on which. Use it for project plans, client delivery schedules, and any work where the order and overlap of tasks matters as much as their dates.

Move a bar and everything that depends on it moves with it.

A Timeline view over August and September, with a bar per project phase and arrows linking each phase to the one that depends on it


Creating a Timeline View

  1. Click the + next to the view tabs
  2. Select Timeline
  3. In the setup dialog, choose:
    • Start date — required; positions the left edge of each bar
    • End date — optional; without it every row renders as a one-day bar
    • Depends on — optional; the relation property that draws dependency arrows
    • Colour by — optional; a select or status property that colours the bars
    • Hide weekends — optional
  4. Click Save

Only the start date is required. You can change any of it later from the settings (gear) icon in the view toolbar.

If your database has no date property, add one first — the Timeline can't render without one.


Setting Up Dependencies

Dependency arrows need a relation property that points at the same database — each row lists the rows that must finish before it starts.

  1. Add a Relation property
  2. Point it at this same database
  3. Select it as Depends on in the Timeline settings
  4. On each row, set the task or tasks it follows

The two Gantt templates (below) come with this already configured.


Layout

ElementDescription
BarsOne per row, spanning its start to end date
Dependency arrowsDrawn from each task to the tasks that depend on it
Today markerVertical line at the current date; the chart opens scrolled to today
HeaderSticky month and week labels that stay visible while you scroll
ZoomDay, Week, Month or Year, selected from the toolbar

Rescheduling

ActionHowWhat happens
Move a taskDrag the bar left or rightThe task moves, and every task that depends on it shifts by the same amount, keeping the gaps intact
Change durationDrag the bar's right edgeThe end date changes, and dependent tasks shift to follow
Change the start onlyDrag the bar's left edgeOnly the start date moves; nothing cascades, because dependents follow the end date
Open a taskClick the barOpens the row detail panel
UndoCtrl + Z (or the toolbar Undo)Reverses the whole move — the task and every task that shifted with it — in one step

A drag saves once, when you let go. Pausing mid-drag to line a bar up precisely won't split it into two separate changes.


Zoom Levels

ZoomDragging
DayYes
WeekYes
MonthNo — view only
YearNo — view only

Dragging is deliberately disabled at Month and Year zoom, where a single pixel covers too much time to reschedule accurately. Switch to Day or Week to make changes; the view tells you so when dragging is off. Clicking a bar to open its row still works at every zoom level.

Your zoom choice is saved with the view.


Templates

Two ready-made Gantt databases are available under Choose Template:

TemplateContents
Project PlanDiscovery, wireframes, design, development, QA and launch, chained in order
Client OnboardingContract, asset collection, workspace setup, discovery call and handover

Both arrive with the date properties, the dependency relation and the Timeline view already set up, plus sample tasks you can edit or delete.


Filtering and Sorting

Filters and search work the same as in Table view — only matching rows appear as bars.

One thing to know: the Timeline can only reschedule what it can see. If a filter hides a dependent task, moving its predecessor won't move it, and you won't be told. Clear your filters before a large reschedule if you need every dependent to follow.


Limits

LimitDetail
200 barsOnly the first 200 matching rows are drawn. A banner tells you when rows are hidden — narrow your filters to see the rest
25 tasks per moveA single drag shifts at most 25 tasks. If a longer chain is affected, the nearest tasks move and a message tells you the rest didn't

Sharing

Timeline views work on share links and embeds, following the access level you set:

AccessBehaviour
ViewBars and arrows render; nothing can be dragged
EditRescheduling works and saves, exactly as in the app

Best Practices

DoAvoid
Give every task a start date — rows without one don't appearLeaving dates blank and wondering where the bar went
Set an end date so bars show real durationRelying on one-day bars for multi-week work
Reschedule at Day or Week zoomTrying to drag at Month or Year zoom
Clear filters before a big rescheduleMoving a predecessor while its dependents are filtered out

Troubleshooting

ProblemSolution
A row has no barIt has no start date, or its date can't be read. Rows without a start date are skipped
No dependency arrowsNo Depends on property is configured, or the relation doesn't point at this same database
An arrow is missingThe task it points to is hidden by a filter or beyond the 200-bar limit
Bars won't dragYou're at Month or Year zoom, or you have view-only access
The setup dialog keeps openingNo start date property has been chosen yet — pick one and save
Fewer tasks moved than expectedA single move is capped at 25 tasks; filtered-out dependents are never moved
Status shows as raw text like not_startedThe stored value doesn't match one of the property's options. Re-pick it from the dropdown

Last updated: