Boxart.Render.Gantt.Gantt (Boxart v0.3.1)

Copy Markdown View Source

A Gantt chart with sections and tasks.

Summary

Types

t()

@type t() :: %Boxart.Render.Gantt.Gantt{
  sections: [Boxart.Render.Gantt.Section.t()],
  title: String.t(),
  today_marker: boolean()
}