# `PgFlowDashboard.Components.GanttTimeline`
[🔗](https://github.com/agoodway/pgflow/blob/v0.1.0/lib/pgflow_dashboard/components/gantt_timeline.ex#L1)

Gantt timeline component showing step execution timing within a run.
Renders as SVG for crisp visuals and easy theming.

# `gantt_timeline`

Renders a Gantt timeline for a run's steps.

## Assigns
  * `:run` - The run map with started_at, completed_at, status
  * `:step_states` - List of step state maps with step_slug, started_at, completed_at, status

## Attributes

* `run` (`:map`) (required)
* `step_states` (`:list`) (required)

---

*Consult [api-reference.md](api-reference.md) for complete listing*
