How to create Gantt chart
can check the syntax in Both mode to understand the structure better.
Steps
- You need to define a Gantt chart block using three backticks and then writing 'mermaid'.
- Name this Gantt chart after
title
.
- Create task blocks with
section
.
- Separate different tasks under the same section by "line breaks", and assign durations.
Here is a simple Gantt chart
Syntax
Customize the sections and tasks.
- Same as above, defining a Gantt chart block using three backticks and Mermaid.
- Name this Gantt chart after
title
.
- Define the display format for dates.
- Create task blocks with
section
.
- Divide the task blocks into different tasks, name them, and assign durations.
Syntax