Skip to main content

Module mermaid

Module mermaid 

Source
Expand description

MermaidJS Gantt chart renderer

Generates text-based Gantt charts in MermaidJS format, suitable for embedding in Markdown documentation, GitHub, wikis, and other platforms.

§Example Output

gantt
    title Project Name
    dateFormat YYYY-MM-DD

    section Phase 1
    Design           :crit, t1, 2025-01-06, 5d
    Implementation   :t2, after t1, 10d

    section Phase 2
    Testing          :t3, after t2, 3d
    Deployment       :milestone, m1, after t3, 0d

Structs§

MermaidRenderer
MermaidJS Gantt chart renderer