# PhoenixLiveGantt v0.1.0 - Table of Contents

> Phoenix LiveView Gantt chart with dependency arrows, sub-projects, and click-to-detail popovers

## Pages

- [PhoenixLiveGantt](readme.md)
- [Changelog](changelog.md)

## Modules

- [PhoenixLiveGantt](PhoenixLiveGantt.md): Waterfall (Gantt) view — horizontal bars on a date-range axis.
- [PhoenixLiveGantt.Inspector](PhoenixLiveGantt.Inspector.md): Pure-function HTML scraper for PhoenixLiveGantt output. Takes the rendered
HTML string (as produced by `PhoenixLiveGantt.gantt/1` →
`Phoenix.HTML.Safe.to_iodata/1`) and returns a structured geometry
map.
- [PhoenixLiveGantt.Layout](PhoenixLiveGantt.Layout.md): Optional layout helper for the common "I have durations, not dates" case.
- [PhoenixLiveGantt.PathFormat](PhoenixLiveGantt.PathFormat.md): Single source of truth for the PhoenixLiveGantt connector path string format.
- [PhoenixLiveGantt.Task](PhoenixLiveGantt.Task.md): A Gantt task — one row in the chart, rendered as a horizontal bar
on the time axis.
- [PhoenixLiveGantt.TestHelpers](PhoenixLiveGantt.TestHelpers.md): Render, inspect, and assert helpers for the PhoenixLiveGantt view. Replaces
ad-hoc probe scripts with a one-line call. Used from tests, IEx, and
the `mix phoenix_live_gantt.dump` task.
- [PhoenixLiveGantt.Utils.I18n](PhoenixLiveGantt.Utils.I18n.md): Minimal translation helper for Gantt labels + month names.

## Mix Tasks

- [mix phoenix_live_gantt.dump](Mix.Tasks.PhoenixLiveGantt.Dump.md): Render a named PhoenixLiveGantt fixture and pretty-print its geometry to
stdout. Use this to debug "what does this chart actually look like?"
without running the dev server.

