A Gantt chart with sections and tasks.
Summary
Types
@type t() :: %Boxart.Render.Gantt.Gantt{ sections: [Boxart.Render.Gantt.Section.t()], title: String.t(), today_marker: boolean() }
A Gantt chart with sections and tasks.
@type t() :: %Boxart.Render.Gantt.Gantt{ sections: [Boxart.Render.Gantt.Section.t()], title: String.t(), today_marker: boolean() }