create_timeline
Generate a horizontal timeline/Gantt chart from events with start and end times, auto-placing overlapping events on separate rows. Supports titles, themes, and custom colors.
Instructions
Create a timeline / Gantt chart diagram.
Generates a horizontal bar chart showing events/tasks over time. Overlapping events are automatically placed on separate rows.
Args: events: List of events with label, start, end, and optional color title: Optional diagram title output_path: Optional output file path (default: /tmp/timeline.excalidraw) theme: Color theme - "light" or "dark"
Returns: Absolute path to the generated .excalidraw file
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| theme | No | light | |
| title | No | ||
| events | Yes | ||
| output_path | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |