PgFlowDashboard.Components.GanttTimeline (PgFlow v0.1.0)

Copy Markdown View Source

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

Summary

Functions

Renders a Gantt timeline for a run's steps.

Functions

gantt_timeline(assigns)

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)